Class CreateIndexEndpointRequest (1.12.1)

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

Request message for IndexEndpointService.CreateIndexEndpoint.

Attributes

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

Inheritance

builtins.object > proto.message.Message > CreateIndexEndpointRequest