Interface CreateIndexForModelRequest

The desired configuration for the index and associated embedding model.

Export

CreateIndexForModelRequest

Hierarchy

  • CreateIndexForModelRequest

Properties

cloud: CreateIndexForModelRequestCloudEnum

The public cloud where you would like your index hosted.

Memberof

CreateIndexForModelRequest

deletionProtection?: DeletionProtection

Memberof

CreateIndexForModelRequest

embed: CreateIndexForModelRequestEmbed

Memberof

CreateIndexForModelRequest

name: string

The name of the index. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.

Memberof

CreateIndexForModelRequest

region: string

The region where you would like your index to be created.

Memberof

CreateIndexForModelRequest

tags?: {
    [key: string]: string;
}

Custom user tags added to an index. Keys must be 80 characters or less. Values must be 120 characters or less. Keys must be alphanumeric, '', or '-'. Values must be alphanumeric, ';', '@', '', '-', '.', '+', or ' '. To unset a key, set the value to be an empty string.

Type declaration

  • [key: string]: string

Memberof

CreateIndexForModelRequest