You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::HyperParameterTuningJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides summary information about a hyperparameter tuning job.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The date and time that the tuning job was created.

Returns:

  • (Time)

    The date and time that the tuning job was created.

#hyper_parameter_tuning_end_timeTime

The date and time that the tuning job ended.

Returns:

  • (Time)

    The date and time that the tuning job ended.

#hyper_parameter_tuning_job_arnString

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

Returns:

  • (String)

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

#hyper_parameter_tuning_job_nameString

The name of the tuning job.

Returns:

  • (String)

    The name of the tuning job.

#hyper_parameter_tuning_job_statusString

The status of the tuning job.

Possible values:

  • Completed
  • InProgress
  • Failed
  • Stopped
  • Stopping

Returns:

  • (String)

    The status of the tuning job.

#last_modified_timeTime

The date and time that the tuning job was modified.

Returns:

  • (Time)

    The date and time that the tuning job was modified.

#objective_status_countersTypes::ObjectiveStatusCounters

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

Returns:

#resource_limitsTypes::ResourceLimits

The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.

Returns:

#strategyString

Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.

Possible values:

  • Bayesian
  • Random

Returns:

  • (String)

    Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration.

#training_job_status_countersTypes::TrainingJobStatusCounters

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

Returns: