CUSTOMER_ID
for your organization. For more information, see credentials to use APIs.machinelearning.model
. For more information, see Authentication API.MODEL_ID
and DEPLOYMENT_ID
for certain operations.catalog
and signals
training data require a shared primary key id pkid
in both the:
index
file that contains documents or products that are searchedquery
file that contains query data associated with the index documentsbpe_*_small
embeddings have up to 10,000 vocabulary tokensbpe_*_large
embeddings have up to 100,000 vocabulary tokensbpe_multi multilingual
embeddings have up to 320,000 vocabulary tokensword_custom
which trains word embeddings with up to 100,000 vocabulary size.bpe_custom
which trains BPE embeddings with up to 10,000 vocabulary size. This text processor learns a custom tokenization function over your data, so the default vocabulary size of 10,000 is sufficient in most cases./models
endpoint operations perform the following:
GET
returns a list of pre-trained and custom models.POST
creates a custom model and starts a training job. The custom model cannot be modified after it is created.CUSTOMER_ID
. For more information, see Credentials.
CUSTOMER_ID
. For more information, see Credentials.
/modelId
endpoint operation performs the following:
GET
returns information about a specific model.CUSTOMER_ID
and the specific MODEL_ID
to return. For more information about CUSTOMER_ID
, see Credentials.
/deployments
endpoint operations perform the following:
GET
returns a list of custom model deployments. Pre-trained models are not returned in the response because they are deployed in all available regions.POST
deploys a custom model.DELETE
deletes a custom model deployment.CUSTOMER_ID
. For more information, see Credentials.
CUSTOMER_ID
. For more information, see Credentials.
CUSTOMER_ID
and the specific DEPLOYMENT_ID
for the model. For more information about CUSTOMER_ID
, see Credentials.
/modelId/deployments
endpoint operation performs the following:
GET
returns a list of custom model deployments.CUSTOMER_ID
and the specific MODEL_ID
to return. For more information about CUSTOMER_ID
, see Credentials.