Class DeployIndexRequest (1.8.1)

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

Request message for IndexEndpointService.DeployIndex .

Attributes

Name Description
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_v1beta1.types.DeployedIndex
Required. The DeployedIndex to be created within the IndexEndpoint.

Inheritance

builtins.object > proto.message.Message > DeployIndexRequest