Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0
To monitor the progress of a hyperparameter tuning job and the training jobs that it launches, use the Amazon SageMaker console.
Topics + View the Status of the Hyperparameter Tuning Job + View the Status of the Training Jobs + View the Best Training Job
To view the status of the hyperparameter tuning job
Open the Amazon SageMaker console at https://console.aws.amazon.com/sagemaker/
Choose Hyperparameter tuning jobs.
In the list of hyperparameter tuning jobs, check the status of the hyperparameter tuning job you launched. A tuning job can be:
Completed
—The hyperparameter tuning job successfully completed.InProgress
—The hyperparameter tuning job is in progress. One or more training jobs are still running.Failed
—The hyperparameter tuning job failed.Stopped
—The hyperparameter tuning job was manually stopped before it completed. All training jobs that the hyperparameter tuning job launched are stopped.Stopping
—The hyperparameter tuning job is in the process of stopping.To view the status of the training jobs that the hyperparameter tuning job launched
In the list of hyperparameter tuning jobs, choose the job that you launched.
Choose Training jobs.
View the status of each training job. To see more details about a job, choose it in the list of training jobs. To view a summary of the status of all of the training jobs that the hyperparameter tuning job launched, see Training job status counter.
A training job can be:
Completed
—The training job successfully completed.InProgress
—The training job is in progress.Stopped
—The training job was manually stopped before it completed.Failed (Retriable)
—The training job failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.Failed (Non-retriable)
—The training job failed and can’t be retried. A failed training job can’t be retried when a client error occurs.A hyperparameter tuning job uses the objective metric that each training job returns to evaluate training jobs. While the hyperparameter tuning job is in progress, the best training job is the one that has returned the best objective metric so far. After the hyperparameter tuning job is complete, the best training job is the one that returned the best objective metric.
To view the best training job, choose Best training job.
To deploy the best training job as a model that you can host at an Amazon SageMaker endpoint, choose Create model.