class
Tag(wallaroo.object.Object):
Tags that may be attached to models and pipelines.
Base constructor.
Each object requires:
- a GraphQL client - in order to fill its missing members dynamically
- an initial data blob - typically from unserialized JSON, contains at
- least the data for required
members (typically the object's primary key) and optionally other data
members.
def
tag(*args, **kwargs):
Lists the model versions this tag is on.
def
add_to_model(self, model_id: int):
def
remove_from_model(self, model_id: int):
Lists the pipelines this tag is on.
def
add_to_pipeline(self, pipeline_id: int):
def
remove_from_pipeline(self, pipeline_id: int):