Cloud AI Platform v1 API - Class MutateDeployedIndexRequest (2.24.0)

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

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

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

Inheritance

object > MutateDeployedIndexRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

MutateDeployedIndexRequest()

public MutateDeployedIndexRequest()

MutateDeployedIndexRequest(MutateDeployedIndexRequest)

public MutateDeployedIndexRequest(MutateDeployedIndexRequest other)
Parameter
NameDescription
otherMutateDeployedIndexRequest

Properties

DeployedIndex

public DeployedIndex DeployedIndex { get; set; }

Required. The DeployedIndex to be updated within the IndexEndpoint. Currently, the updatable fields are [DeployedIndex][automatic_resources] and [DeployedIndex][dedicated_resources]

Property Value
TypeDescription
DeployedIndex

IndexEndpoint

public string IndexEndpoint { get; set; }

Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}

Property Value
TypeDescription
string

IndexEndpointAsIndexEndpointName

public IndexEndpointName IndexEndpointAsIndexEndpointName { get; set; }

IndexEndpointName-typed view over the IndexEndpoint resource name property.

Property Value
TypeDescription
IndexEndpointName