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 HyperParameterTuningJobSummary = HyperParameterTuningJobSummary' {
- resourceLimits :: Maybe ResourceLimits
- lastModifiedTime :: Maybe POSIX
- hyperParameterTuningEndTime :: Maybe POSIX
- hyperParameterTuningJobName :: Text
- hyperParameterTuningJobArn :: Text
- hyperParameterTuningJobStatus :: HyperParameterTuningJobStatus
- strategy :: HyperParameterTuningJobStrategyType
- creationTime :: POSIX
- trainingJobStatusCounters :: TrainingJobStatusCounters
- objectiveStatusCounters :: ObjectiveStatusCounters
- newHyperParameterTuningJobSummary :: Text -> Text -> HyperParameterTuningJobStatus -> HyperParameterTuningJobStrategyType -> UTCTime -> TrainingJobStatusCounters -> ObjectiveStatusCounters -> HyperParameterTuningJobSummary
- hyperParameterTuningJobSummary_resourceLimits :: Lens' HyperParameterTuningJobSummary (Maybe ResourceLimits)
- hyperParameterTuningJobSummary_lastModifiedTime :: Lens' HyperParameterTuningJobSummary (Maybe UTCTime)
- hyperParameterTuningJobSummary_hyperParameterTuningEndTime :: Lens' HyperParameterTuningJobSummary (Maybe UTCTime)
- hyperParameterTuningJobSummary_hyperParameterTuningJobName :: Lens' HyperParameterTuningJobSummary Text
- hyperParameterTuningJobSummary_hyperParameterTuningJobArn :: Lens' HyperParameterTuningJobSummary Text
- hyperParameterTuningJobSummary_hyperParameterTuningJobStatus :: Lens' HyperParameterTuningJobSummary HyperParameterTuningJobStatus
- hyperParameterTuningJobSummary_strategy :: Lens' HyperParameterTuningJobSummary HyperParameterTuningJobStrategyType
- hyperParameterTuningJobSummary_creationTime :: Lens' HyperParameterTuningJobSummary UTCTime
- hyperParameterTuningJobSummary_trainingJobStatusCounters :: Lens' HyperParameterTuningJobSummary TrainingJobStatusCounters
- hyperParameterTuningJobSummary_objectiveStatusCounters :: Lens' HyperParameterTuningJobSummary ObjectiveStatusCounters
Documentation
data HyperParameterTuningJobSummary Source #
Provides summary information about a hyperparameter tuning job.
See: newHyperParameterTuningJobSummary
smart constructor.
HyperParameterTuningJobSummary' | |
|
Instances
newHyperParameterTuningJobSummary Source #
Create a value of HyperParameterTuningJobSummary
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:resourceLimits:HyperParameterTuningJobSummary'
, hyperParameterTuningJobSummary_resourceLimits
- The ResourceLimits object that specifies the maximum number of training
jobs and parallel training jobs allowed for this tuning job.
$sel:lastModifiedTime:HyperParameterTuningJobSummary'
, hyperParameterTuningJobSummary_lastModifiedTime
- The date and time that the tuning job was modified.
$sel:hyperParameterTuningEndTime:HyperParameterTuningJobSummary'
, hyperParameterTuningJobSummary_hyperParameterTuningEndTime
- The date and time that the tuning job ended.
$sel:hyperParameterTuningJobName:HyperParameterTuningJobSummary'
, hyperParameterTuningJobSummary_hyperParameterTuningJobName
- The name of the tuning job.
$sel:hyperParameterTuningJobArn:HyperParameterTuningJobSummary'
, hyperParameterTuningJobSummary_hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of the tuning job.
$sel:hyperParameterTuningJobStatus:HyperParameterTuningJobSummary'
, hyperParameterTuningJobSummary_hyperParameterTuningJobStatus
- The status of the tuning job.
$sel:strategy:HyperParameterTuningJobSummary'
, hyperParameterTuningJobSummary_strategy
- Specifies the search strategy hyperparameter tuning uses to choose which
hyperparameters to use for each iteration. Currently, the only valid
value is Bayesian.
$sel:creationTime:HyperParameterTuningJobSummary'
, hyperParameterTuningJobSummary_creationTime
- The date and time that the tuning job was created.
$sel:trainingJobStatusCounters:HyperParameterTuningJobSummary'
, hyperParameterTuningJobSummary_trainingJobStatusCounters
- The TrainingJobStatusCounters object that specifies the numbers of
training jobs, categorized by status, that this tuning job launched.
$sel:objectiveStatusCounters:HyperParameterTuningJobSummary'
, hyperParameterTuningJobSummary_objectiveStatusCounters
- The ObjectiveStatusCounters object that specifies the numbers of
training jobs, categorized by objective metric status, that this tuning
job launched.
hyperParameterTuningJobSummary_resourceLimits :: Lens' HyperParameterTuningJobSummary (Maybe ResourceLimits) Source #
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
hyperParameterTuningJobSummary_lastModifiedTime :: Lens' HyperParameterTuningJobSummary (Maybe UTCTime) Source #
The date and time that the tuning job was modified.
hyperParameterTuningJobSummary_hyperParameterTuningEndTime :: Lens' HyperParameterTuningJobSummary (Maybe UTCTime) Source #
The date and time that the tuning job ended.
hyperParameterTuningJobSummary_hyperParameterTuningJobName :: Lens' HyperParameterTuningJobSummary Text Source #
The name of the tuning job.
hyperParameterTuningJobSummary_hyperParameterTuningJobArn :: Lens' HyperParameterTuningJobSummary Text Source #
The Amazon Resource Name (ARN) of the tuning job.
hyperParameterTuningJobSummary_hyperParameterTuningJobStatus :: Lens' HyperParameterTuningJobSummary HyperParameterTuningJobStatus Source #
The status of the tuning job.
hyperParameterTuningJobSummary_strategy :: Lens' HyperParameterTuningJobSummary HyperParameterTuningJobStrategyType Source #
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.
hyperParameterTuningJobSummary_creationTime :: Lens' HyperParameterTuningJobSummary UTCTime Source #
The date and time that the tuning job was created.
hyperParameterTuningJobSummary_trainingJobStatusCounters :: Lens' HyperParameterTuningJobSummary TrainingJobStatusCounters Source #
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
hyperParameterTuningJobSummary_objectiveStatusCounters :: Lens' HyperParameterTuningJobSummary ObjectiveStatusCounters Source #
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.