Class CreateIndexEndpointRequest (1.21.0)

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

Request message for IndexEndpointService.CreateIndexEndpoint .

Attributes

Name Description
parent str
Required. The resource name of the Location to create the IndexEndpoint in. Format: projects/{project}/locations/{location}
index_endpoint google.cloud.aiplatform_v1beta1.types.IndexEndpoint
Required. The IndexEndpoint to create.

Inheritance

builtins.object > proto.message.Message > CreateIndexEndpointRequest