public sealed class UpdateArtifactRequest : IMessage<UpdateArtifactRequest>, IEquatable<UpdateArtifactRequest>, IDeepCloneable<UpdateArtifactRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud AI Platform v1 API class UpdateArtifactRequest.
Request message for [MetadataService.UpdateArtifact][google.cloud.aiplatform.v1.MetadataService.UpdateArtifact].
Implements
IMessage<UpdateArtifactRequest>, IEquatable<UpdateArtifactRequest>, IDeepCloneable<UpdateArtifactRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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.v1.Artifact] is not found, a new [Artifact][google.cloud.aiplatform.v1.Artifact] is created.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
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 | |
|---|---|
| Type | Description |
Artifact |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|