Class MutateDeployedIndexRequest (1.18.3)

MutateDeployedIndexRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for IndexEndpointService.MutateDeployedIndex.

Attributes

NameDescription
index_endpoint str
Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
deployed_index google.cloud.aiplatform_v1.types.DeployedIndex
Required. The DeployedIndex to be updated within the IndexEndpoint. Currently, the updatable fields are DeployedIndex][automatic_resources] and DeployedIndex][dedicated_resources]

Inheritance

builtins.object > proto.message.Message > MutateDeployedIndexRequest