public sealed class UpdateArtifactRequest : IMessage<UpdateArtifactRequest>, IEquatable<UpdateArtifactRequest>, IDeepCloneable<UpdateArtifactRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateArtifactRequest.
Request message for [MetadataService.UpdateArtifact][google.cloud.aiplatform.v1beta1.MetadataService.UpdateArtifact].
Implements
IMessageUpdateArtifactRequest, IEquatableUpdateArtifactRequest, IDeepCloneableUpdateArtifactRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateArtifactRequest()
public UpdateArtifactRequest()
UpdateArtifactRequest(UpdateArtifactRequest)
public UpdateArtifactRequest(UpdateArtifactRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateArtifactRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
If set to true, and the [Artifact][google.cloud.aiplatform.v1beta1.Artifact] is not found, a new [Artifact][google.cloud.aiplatform.v1beta1.Artifact] is created.
Property Value | |
---|---|
Type | Description |
bool |
Artifact
public Artifact Artifact { get; set; }
Required. The Artifact containing updates.
The Artifact's
[Artifact.name][google.cloud.aiplatform.v1beta1.Artifact.name] field is
used to identify the Artifact to be updated. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
Property Value | |
---|---|
Type | Description |
Artifact |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. A FieldMask indicating which fields should be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |