Cloud AI Platform v1 API - Class MutateDeployedIndexResponse (2.27.0)

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

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

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