public sealed class MutateDeployedIndexOperationMetadata : IMessage<MutateDeployedIndexOperationMetadata>, IEquatable<MutateDeployedIndexOperationMetadata>, IDeepCloneable<MutateDeployedIndexOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class MutateDeployedIndexOperationMetadata.
Runtime operation information for [IndexEndpointService.MutateDeployedIndex][google.cloud.aiplatform.v1beta1.IndexEndpointService.MutateDeployedIndex].
Implements
IMessageMutateDeployedIndexOperationMetadata, IEquatableMutateDeployedIndexOperationMetadata, IDeepCloneableMutateDeployedIndexOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MutateDeployedIndexOperationMetadata()
public MutateDeployedIndexOperationMetadata()
MutateDeployedIndexOperationMetadata(MutateDeployedIndexOperationMetadata)
public MutateDeployedIndexOperationMetadata(MutateDeployedIndexOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
MutateDeployedIndexOperationMetadata |
Properties
DeployedIndexId
public string DeployedIndexId { get; set; }
The unique index id specified by user
Property Value | |
---|---|
Type | Description |
string |
GenericMetadata
public GenericOperationMetadata GenericMetadata { get; set; }
The operation generic information.
Property Value | |
---|---|
Type | Description |
GenericOperationMetadata |