Class MutateDeployedIndexResponse (1.4.0)

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

Response message for [IndexEndpointService.MutateDeployedIndex][google.cloud.aiplatform.v1.IndexEndpointService.MutateDeployedIndex].

Inheritance

Object > MutateDeployedIndexResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

MutateDeployedIndexResponse()

public MutateDeployedIndexResponse()

MutateDeployedIndexResponse(MutateDeployedIndexResponse)

public MutateDeployedIndexResponse(MutateDeployedIndexResponse other)
Parameter
NameDescription
otherMutateDeployedIndexResponse

Properties

DeployedIndex

public DeployedIndex DeployedIndex { get; set; }

The DeployedIndex that had been updated in the IndexEndpoint.

Property Value
TypeDescription
DeployedIndex