DescribeHyperParameterTuningJobResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A flag to indicate if autotune is enabled for the hyperparameter tuning job.

Link copied to clipboard

A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.

Link copied to clipboard

The total resources consumed by your hyperparameter tuning job.

Link copied to clipboard

The date and time that the tuning job started.

Link copied to clipboard

If the tuning job failed, the reason it failed.

Link copied to clipboard

The date and time that the tuning job ended.

Link copied to clipboard

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

Link copied to clipboard

The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.

Link copied to clipboard

The name of the hyperparameter tuning job.

Link copied to clipboard
Link copied to clipboard

The date and time that the status of the tuning job was modified.

Link copied to clipboard

The ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.

Link copied to clipboard

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.

Link copied to clipboard

The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.

Link copied to clipboard
Link copied to clipboard

The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String