Cloud AI Platform v1 API - Class DeployIndexOperationMetadata (2.27.0)

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

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

Runtime operation information for [IndexEndpointService.DeployIndex][google.cloud.aiplatform.v1.IndexEndpointService.DeployIndex].

Inheritance

object > DeployIndexOperationMetadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeployIndexOperationMetadata()

public DeployIndexOperationMetadata()

DeployIndexOperationMetadata(DeployIndexOperationMetadata)

public DeployIndexOperationMetadata(DeployIndexOperationMetadata other)
Parameter
NameDescription
otherDeployIndexOperationMetadata

Properties

DeployedIndexId

public string DeployedIndexId { get; set; }

The unique index id specified by user

Property Value
TypeDescription
string

GenericMetadata

public GenericOperationMetadata GenericMetadata { get; set; }

The operation generic information.

Property Value
TypeDescription
GenericOperationMetadata