v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Retrieves the properties associated with import model job, including the status of the job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

get/model-import-jobs/{jobIdentifier}

Path parameters

jobIdentifierstring required

The identifier of the import job.

Response

Success

jobArnstring

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

jobNamestring

The name of the import job.

importedModelNamestring

The name of the imported model.

importedModelArnstring

The Amazon Resource Name (ARN) of the imported model.

roleArnstring

The Amazon Resource Name (ARN) of the IAM role associated with this job.

status'InProgress' | 'Completed' | 'Failed'

The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.

failureMessagestring

Information about why the import job failed.

creationTimestring date-time

The time the resource was created.

lastModifiedTimestring date-time

Time the resource was last modified.

endTimestring date-time

Time that the resource transitioned to terminal state.

importedModelKmsKeyArnstring

The imported model is encrypted at rest using this key.