CreateIndexEndpointRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for CreateIndexEndpoint.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Format: projects/{project}/locations/{location}
|
index_endpoint_id |
str
Optional. The ID to use for the IndexEndpoint, which will become the final component of the IndexEndpoint's resource name if the user specifies it. Otherwise, IndexEndpoint id will be autogenerated. This value should be up to 63 characters, and valid characters are a-z, 0-9 and dash (-). The first character must be a letter, the last must be a letter or a number. |
index_endpoint |
google.cloud.visionai_v1.types.IndexEndpoint
Required. The resource being created. |