Class UpdateArtifactRequest (1.31.1)

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

Request message for MetadataService.UpdateArtifact .

Attributes

Name
Description
artifact
google.cloud.aiplatform_v1beta1.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
Optional. A FieldMask indicating which fields should be updated.
allow_missing
bool
If set to true, and the Artifact is not found, a new Artifact is created.