Class UpdateArtifactRequest (1.10.0)

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

Request message for MetadataService.UpdateArtifact.

Attributes

NameDescription
artifact google.cloud.aiplatform_v1.types.Artifact
Required. The Artifact containing updates. The Artifact's Artifact.name field is used to identify the Artifact to be updated. Format: ``projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}``
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.
allow_missing bool
If set to true, and the Artifact is not found, a new Artifact is created.

Inheritance

builtins.object > proto.message.Message > UpdateArtifactRequest