Cloud AI Platform v1 API - Class UpdateArtifactRequest (2.24.0)

public sealed class UpdateArtifactRequest : IMessage<UpdateArtifactRequest>, IEquatable<UpdateArtifactRequest>, IDeepCloneable<UpdateArtifactRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class UpdateArtifactRequest.

Request message for [MetadataService.UpdateArtifact][google.cloud.aiplatform.v1.MetadataService.UpdateArtifact].

Inheritance

object > UpdateArtifactRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpdateArtifactRequest()

public UpdateArtifactRequest()

UpdateArtifactRequest(UpdateArtifactRequest)

public UpdateArtifactRequest(UpdateArtifactRequest other)
Parameter
NameDescription
otherUpdateArtifactRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true, and the [Artifact][google.cloud.aiplatform.v1.Artifact] is not found, a new [Artifact][google.cloud.aiplatform.v1.Artifact] is created.

Property Value
TypeDescription
bool

Artifact

public Artifact Artifact { get; set; }

Required. The Artifact containing updates. The Artifact's [Artifact.name][google.cloud.aiplatform.v1.Artifact.name] field is used to identify the Artifact to be updated. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}

Property Value
TypeDescription
Artifact

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. A FieldMask indicating which fields should be updated.

Property Value
TypeDescription
FieldMask