v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

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

get/model-customization-jobs/{jobIdentifier}

Path parameters

jobIdentifierstring required

Identifier for the customization job.

Response

Success

jobArnstring required

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

jobNamestring required

The name of the customization job.

outputModelNamestring required

The name of the output model.

outputModelArnstring

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

clientRequestTokenstring

The token that you specified in the <code>CreateCustomizationJob</code> request.

roleArnstring required

The Amazon Resource Name (ARN) of the IAM role.

status'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped'

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

failureMessagestring

Information about why the job failed.

creationTimestring date-time required

Time that the resource was created.

lastModifiedTimestring date-time

Time that the resource was last modified.

endTimestring date-time

Time that the resource transitioned to terminal state.

baseModelArnstring required

Amazon Resource Name (ARN) of the base model.

hyperParametersobject

The hyperparameter values for the job. For details on the format for different models, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models-hp.html">Custom model hyperparameters</a>.

customizationType'FINE_TUNING' | 'CONTINUED_PRE_TRAINING' | 'DISTILLATION' | 'REINFORCEMENT_FINE_TUNING' | 'IMPORTED'

The type of model customization.

outputModelKmsKeyArnstring

The custom model is encrypted at rest using this key.