Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data HyperParameterTrainingJobSummary = HyperParameterTrainingJobSummary' {
- failureReason :: Maybe Text
- tuningJobName :: Maybe Text
- trainingEndTime :: Maybe POSIX
- objectiveStatus :: Maybe ObjectiveStatus
- trainingJobDefinitionName :: Maybe Text
- trainingStartTime :: Maybe POSIX
- finalHyperParameterTuningJobObjectiveMetric :: Maybe FinalHyperParameterTuningJobObjectiveMetric
- trainingJobName :: Text
- trainingJobArn :: Text
- creationTime :: POSIX
- trainingJobStatus :: TrainingJobStatus
- tunedHyperParameters :: HashMap Text Text
- newHyperParameterTrainingJobSummary :: Text -> Text -> UTCTime -> TrainingJobStatus -> HyperParameterTrainingJobSummary
- hyperParameterTrainingJobSummary_failureReason :: Lens' HyperParameterTrainingJobSummary (Maybe Text)
- hyperParameterTrainingJobSummary_tuningJobName :: Lens' HyperParameterTrainingJobSummary (Maybe Text)
- hyperParameterTrainingJobSummary_trainingEndTime :: Lens' HyperParameterTrainingJobSummary (Maybe UTCTime)
- hyperParameterTrainingJobSummary_objectiveStatus :: Lens' HyperParameterTrainingJobSummary (Maybe ObjectiveStatus)
- hyperParameterTrainingJobSummary_trainingJobDefinitionName :: Lens' HyperParameterTrainingJobSummary (Maybe Text)
- hyperParameterTrainingJobSummary_trainingStartTime :: Lens' HyperParameterTrainingJobSummary (Maybe UTCTime)
- hyperParameterTrainingJobSummary_finalHyperParameterTuningJobObjectiveMetric :: Lens' HyperParameterTrainingJobSummary (Maybe FinalHyperParameterTuningJobObjectiveMetric)
- hyperParameterTrainingJobSummary_trainingJobName :: Lens' HyperParameterTrainingJobSummary Text
- hyperParameterTrainingJobSummary_trainingJobArn :: Lens' HyperParameterTrainingJobSummary Text
- hyperParameterTrainingJobSummary_creationTime :: Lens' HyperParameterTrainingJobSummary UTCTime
- hyperParameterTrainingJobSummary_trainingJobStatus :: Lens' HyperParameterTrainingJobSummary TrainingJobStatus
- hyperParameterTrainingJobSummary_tunedHyperParameters :: Lens' HyperParameterTrainingJobSummary (HashMap Text Text)
Documentation
data HyperParameterTrainingJobSummary Source #
Specifies summary information about a training job.
See: newHyperParameterTrainingJobSummary
smart constructor.
HyperParameterTrainingJobSummary' | |
|
Instances
newHyperParameterTrainingJobSummary Source #
Create a value of HyperParameterTrainingJobSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failureReason:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_failureReason
- The reason that the training job failed.
$sel:tuningJobName:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_tuningJobName
- The HyperParameter tuning job that launched the training job.
$sel:trainingEndTime:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_trainingEndTime
- Specifies 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.
$sel:objectiveStatus:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_objectiveStatus
- The status of the objective metric for the training job:
- Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
- Pending: The training job is in progress and evaluation of its final objective metric is pending.
- Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
$sel:trainingJobDefinitionName:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_trainingJobDefinitionName
- The training job definition name.
$sel:trainingStartTime:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_trainingStartTime
- The date and time that the training job started.
$sel:finalHyperParameterTuningJobObjectiveMetric:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_finalHyperParameterTuningJobObjectiveMetric
- The FinalHyperParameterTuningJobObjectiveMetric object that specifies
the value of the objective metric of the tuning job that launched this
training job.
$sel:trainingJobName:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_trainingJobName
- The name of the training job.
$sel:trainingJobArn:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_trainingJobArn
- The Amazon Resource Name (ARN) of the training job.
$sel:creationTime:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_creationTime
- The date and time that the training job was created.
$sel:trainingJobStatus:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_trainingJobStatus
- The status of the training job.
$sel:tunedHyperParameters:HyperParameterTrainingJobSummary'
, hyperParameterTrainingJobSummary_tunedHyperParameters
- A list of the hyperparameters for which you specified ranges to search.
hyperParameterTrainingJobSummary_failureReason :: Lens' HyperParameterTrainingJobSummary (Maybe Text) Source #
The reason that the training job failed.
hyperParameterTrainingJobSummary_tuningJobName :: Lens' HyperParameterTrainingJobSummary (Maybe Text) Source #
The HyperParameter tuning job that launched the training job.
hyperParameterTrainingJobSummary_trainingEndTime :: Lens' HyperParameterTrainingJobSummary (Maybe UTCTime) Source #
Specifies 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.
hyperParameterTrainingJobSummary_objectiveStatus :: Lens' HyperParameterTrainingJobSummary (Maybe ObjectiveStatus) Source #
The status of the objective metric for the training job:
- Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
- Pending: The training job is in progress and evaluation of its final objective metric is pending.
- Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
hyperParameterTrainingJobSummary_trainingJobDefinitionName :: Lens' HyperParameterTrainingJobSummary (Maybe Text) Source #
The training job definition name.
hyperParameterTrainingJobSummary_trainingStartTime :: Lens' HyperParameterTrainingJobSummary (Maybe UTCTime) Source #
The date and time that the training job started.
hyperParameterTrainingJobSummary_finalHyperParameterTuningJobObjectiveMetric :: Lens' HyperParameterTrainingJobSummary (Maybe FinalHyperParameterTuningJobObjectiveMetric) Source #
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.
hyperParameterTrainingJobSummary_trainingJobName :: Lens' HyperParameterTrainingJobSummary Text Source #
The name of the training job.
hyperParameterTrainingJobSummary_trainingJobArn :: Lens' HyperParameterTrainingJobSummary Text Source #
The Amazon Resource Name (ARN) of the training job.
hyperParameterTrainingJobSummary_creationTime :: Lens' HyperParameterTrainingJobSummary UTCTime Source #
The date and time that the training job was created.
hyperParameterTrainingJobSummary_trainingJobStatus :: Lens' HyperParameterTrainingJobSummary TrainingJobStatus Source #
The status of the training job.
hyperParameterTrainingJobSummary_tunedHyperParameters :: Lens' HyperParameterTrainingJobSummary (HashMap Text Text) Source #
A list of the hyperparameters for which you specified ranges to search.