Class CreateIndexRequest (0.8.0)

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

Request message for IndexService.CreateIndex .

Attributes

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

Inheritance

builtins.object > proto.message.Message > CreateIndexRequest