OptionalcreatorCreator of the index.
OptionalendpointName of the endpoint associated with the index. Ignored on create — the endpoint is
taken from CreateIndexRequest.parent; populated only on output.
OptionalindexConfiguration of the index, dependent on index_type. Set on create and immutable
thereafter.
Specification for a Direct Access index. Set when index_type is DIRECT_ACCESS.
Specification for a Delta Sync index. Set when index_type is DELTA_SYNC.
OptionalindexThe subtype of the index. Set on create and immutable thereafter.
OptionalindexType of index. Required on create and immutable thereafter.
OptionalnameName of the AI Search index. Server-assigned full resource path
(workspaces/{workspace}/endpoints/{endpoint}/indexes/{index}) on output, where
{index} is the index's Unity Catalog table name. On create, the user-supplied UC
table name is conveyed via CreateIndexRequest.index_id; the server composes the
full name and returns it on the response.
OptionalprimaryPrimary key of the index. Set on create and immutable thereafter.
OptionalstatusCurrent status of the index.
An AI Search index — a searchable collection of vectors and metadata hosted on an AI Search endpoint. Indexes are children of endpoints; customers create, get, list, and delete them. The
{index}segment of the resource name is the index's Unity Catalog table name.