![]() |
![]()
| ![]() |
![]()
NAMEPaws::SageMaker::HyperParameterTrainingJobSummary USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SageMaker::HyperParameterTrainingJobSummary object: $service_obj->Method(Att1 => { CreationTime => $value, ..., TuningJobName => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::HyperParameterTrainingJobSummary object: $result = $service_obj->Method(...); $result->Att1->CreationTime DESCRIPTIONSpecifies summary information about a training job. ATTRIBUTESREQUIRED CreationTime => StrThe date and time that the training job was created. FailureReason => StrThe reason that the training job failed. FinalHyperParameterTuningJobObjectiveMetric => Paws::SageMaker::FinalHyperParameterTuningJobObjectiveMetricThe FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job. ObjectiveStatus => StrThe status of the objective metric for the training job:
TrainingEndTime => StrSpecifies the time when the training job ends on training instances. You are billed for the time interval between the value of "TrainingStartTime" and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure. REQUIRED TrainingJobArn => StrThe Amazon Resource Name (ARN) of the training job. TrainingJobDefinitionName => StrThe training job definition name. REQUIRED TrainingJobName => StrThe name of the training job. REQUIRED TrainingJobStatus => StrThe status of the training job. TrainingStartTime => StrThe date and time that the training job started. REQUIRED TunedHyperParameters => Paws::SageMaker::HyperParametersA list of the hyperparameters for which you specified ranges to search. TuningJobName => StrThe HyperParameter tuning job that launched the training job. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SageMaker BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|