Class Artifact (1.2.0)

Artifact(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Instance of a general artifact. .. attribute:: name

Output only. The resource name of the Artifact.

:type: str

Attributes

NameDescription
display_name str
User provided display name of the Artifact. May be up to 128 Unicode characters.
uri str
The uniform resource identifier of the artifact file. May be empty if there is no actual artifact file.
etag str
An eTag used to perform consistent read- odify-write updates. If not set, a blind "overwrite" update happens.
labels Sequence[google.cloud.aiplatform_v1beta1.types.Artifact.LabelsEntry]
The labels with user-defined metadata to organize your Artifacts. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Artifact (System labels are excluded).
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this Artifact was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this Artifact was last updated.
state google.cloud.aiplatform_v1beta1.types.Artifact.State
The state of this Artifact. This is a property of the Artifact, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex Pipelines), and the system does not prescribe or check the validity of state transitions.
schema_title str
The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
schema_version str
The version of the schema in schema_name to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
metadata google.protobuf.struct_pb2.Struct
Properties of the Artifact.
description str
Description of the Artifact

Inheritance

builtins.object > proto.message.Message > Artifact

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

State

State(value)

Describes the state of the Artifact.