Class UndeployIndexRequest (1.17.1)

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

Request message for IndexEndpointService.UndeployIndex.

Attributes

NameDescription
index_endpoint str
Required. The name of the IndexEndpoint resource from which to undeploy an Index. Format: ``projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}``
deployed_index_id str
Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.

Inheritance

builtins.object > proto.message.Message > UndeployIndexRequest