| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.HyperParameterTuningJobSummary
Description
Synopsis
- data HyperParameterTuningJobSummary = HyperParameterTuningJobSummary' {
- hyperParameterTuningEndTime :: Maybe POSIX
 - lastModifiedTime :: Maybe POSIX
 - resourceLimits :: Maybe ResourceLimits
 - hyperParameterTuningJobName :: Text
 - hyperParameterTuningJobArn :: Text
 - hyperParameterTuningJobStatus :: HyperParameterTuningJobStatus
 - strategy :: HyperParameterTuningJobStrategyType
 - creationTime :: POSIX
 - trainingJobStatusCounters :: TrainingJobStatusCounters
 - objectiveStatusCounters :: ObjectiveStatusCounters
 
 - newHyperParameterTuningJobSummary :: Text -> Text -> HyperParameterTuningJobStatus -> HyperParameterTuningJobStrategyType -> UTCTime -> TrainingJobStatusCounters -> ObjectiveStatusCounters -> HyperParameterTuningJobSummary
 - hyperParameterTuningJobSummary_hyperParameterTuningEndTime :: Lens' HyperParameterTuningJobSummary (Maybe UTCTime)
 - hyperParameterTuningJobSummary_lastModifiedTime :: Lens' HyperParameterTuningJobSummary (Maybe UTCTime)
 - hyperParameterTuningJobSummary_resourceLimits :: Lens' HyperParameterTuningJobSummary (Maybe ResourceLimits)
 - 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.
Constructors
| HyperParameterTuningJobSummary' | |
Fields 
  | |
Instances
newHyperParameterTuningJobSummary Source #
Arguments
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:hyperParameterTuningEndTime:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_hyperParameterTuningEndTime - The date and time that the tuning job ended.
$sel:lastModifiedTime:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_lastModifiedTime - The date and time that the tuning job was modified.
$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: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 evaluate at each iteration.
$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_hyperParameterTuningEndTime :: Lens' HyperParameterTuningJobSummary (Maybe UTCTime) Source #
The date and time that the tuning job ended.
hyperParameterTuningJobSummary_lastModifiedTime :: Lens' HyperParameterTuningJobSummary (Maybe UTCTime) Source #
The date and time that the tuning job was modified.
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_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 evaluate at each iteration.
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.