Builder
Properties
A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.
The total resources consumed by your hyperparameter tuning job.
The date and time that the tuning job started.
If the tuning job failed, the reason it failed.
The date and time that the tuning job ended.
The Amazon Resource Name (ARN) of the tuning job.
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
The name of the hyperparameter tuning job.
The status of the tuning job.
The date and time that the status of the tuning job was modified.
The ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.
If the hyperparameter tuning job is an warm start tuning job with a WarmStartType
of IDENTICAL_DATA_AND_ALGORITHM
, this is the TrainingJobSummary for the training job with the best objective metric value of all training jobs launched by this tuning job and all parent jobs specified for the warm start tuning job.
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.
Tuning job completion information returned as the response from a hyperparameter tuning job. This information tells if your tuning job has or has not converged. It also includes the number of training jobs that have not improved model performance as evaluated against the objective function.
The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.
Functions
construct an aws.sdk.kotlin.services.sagemaker.model.Autotune inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.HyperParameterTrainingJobSummary inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.HyperParameterTuningJobConsumedResources inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.HyperParameterTuningJobConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.ObjectiveStatusCounters inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.HyperParameterTrainingJobSummary inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.HyperParameterTrainingJobDefinition inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.TrainingJobStatusCounters inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.HyperParameterTuningJobCompletionDetails inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.HyperParameterTuningJobWarmStartConfig inside the given block