v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a>

post/model-import-jobs

Request body

jobNamestring required

The name of the import job.

importedModelNamestring required

The name of the imported model.

roleArnstring required

The Amazon Resource Name (ARN) of the model import job.

clientRequestTokenstring

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.

importedModelKmsKeyIdstring

The imported model is encrypted at rest using this key.

Response

Success

jobArnstring required

The Amazon Resource Name (ARN) of the model import job.