PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SageMaker::DescribeHyperParameterTuningJobResponse; use Moose; has BestTrainingJob => (is => 'ro', isa => 'Paws::SageMaker::HyperParameterTrainingJobSummary'); has CreationTime => (is => 'ro', isa => 'Str', required => 1); has FailureReason => (is => 'ro', isa => 'Str'); has HyperParameterTuningEndTime => (is => 'ro', isa => 'Str'); has HyperParameterTuningJobArn => (is => 'ro', isa => 'Str', required => 1); has HyperParameterTuningJobConfig => (is => 'ro', isa => 'Paws::SageMaker::HyperParameterTuningJobConfig', required => 1); has HyperParameterTuningJobName => (is => 'ro', isa => 'Str', required => 1); has HyperParameterTuningJobStatus => (is => 'ro', isa => 'Str', required => 1); has LastModifiedTime => (is => 'ro', isa => 'Str'); has ObjectiveStatusCounters => (is => 'ro', isa => 'Paws::SageMaker::ObjectiveStatusCounters', required => 1); has OverallBestTrainingJob => (is => 'ro', isa => 'Paws::SageMaker::HyperParameterTrainingJobSummary'); has TrainingJobDefinition => (is => 'ro', isa => 'Paws::SageMaker::HyperParameterTrainingJobDefinition'); has TrainingJobDefinitions => (is => 'ro', isa => 'ArrayRef[Paws::SageMaker::HyperParameterTrainingJobDefinition]'); has TrainingJobStatusCounters => (is => 'ro', isa => 'Paws::SageMaker::TrainingJobStatusCounters', required => 1); has WarmStartConfig => (is => 'ro', isa => 'Paws::SageMaker::HyperParameterTuningJobWarmStartConfig'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::DescribeHyperParameterTuningJobResponse =head1 ATTRIBUTES =head2 BestTrainingJob => L A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective. =head2 B CreationTime => Str The date and time that the tuning job started. =head2 FailureReason => Str If the tuning job failed, the reason it failed. =head2 HyperParameterTuningEndTime => Str The date and time that the tuning job ended. =head2 B HyperParameterTuningJobArn => Str The Amazon Resource Name (ARN) of the tuning job. =head2 B HyperParameterTuningJobConfig => L The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job. =head2 B HyperParameterTuningJobName => Str The name of the tuning job. =head2 B HyperParameterTuningJobStatus => Str The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped. Valid values are: C<"Completed">, C<"InProgress">, C<"Failed">, C<"Stopped">, C<"Stopping"> =head2 LastModifiedTime => Str The date and time that the status of the tuning job was modified. =head2 B ObjectiveStatusCounters => L The ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched. =head2 OverallBestTrainingJob => L If the hyperparameter tuning job is an warm start tuning job with a C of C, 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. =head2 TrainingJobDefinition => L The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches. =head2 TrainingJobDefinitions => ArrayRef[L] A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job. =head2 B TrainingJobStatusCounters => L The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched. =head2 WarmStartConfig => L 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. =head2 _request_id => Str =cut 1;