public sealed class MutateDeployedIndexResponse : IMessage<MutateDeployedIndexResponse>, IEquatable<MutateDeployedIndexResponse>, IDeepCloneable<MutateDeployedIndexResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class MutateDeployedIndexResponse.
Response message for [IndexEndpointService.MutateDeployedIndex][google.cloud.aiplatform.v1beta1.IndexEndpointService.MutateDeployedIndex].
Implements
IMessageMutateDeployedIndexResponse, IEquatableMutateDeployedIndexResponse, IDeepCloneableMutateDeployedIndexResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MutateDeployedIndexResponse()
public MutateDeployedIndexResponse()MutateDeployedIndexResponse(MutateDeployedIndexResponse)
public MutateDeployedIndexResponse(MutateDeployedIndexResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
MutateDeployedIndexResponse |
Properties
DeployedIndex
public DeployedIndex DeployedIndex { get; set; }The DeployedIndex that had been updated in the IndexEndpoint.
| Property Value | |
|---|---|
| Type | Description |
DeployedIndex |
|