| 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.TrainingJobSummary
Description
Synopsis
- data TrainingJobSummary = TrainingJobSummary' {}
- newTrainingJobSummary :: Text -> Text -> UTCTime -> TrainingJobStatus -> TrainingJobSummary
- trainingJobSummary_lastModifiedTime :: Lens' TrainingJobSummary (Maybe UTCTime)
- trainingJobSummary_trainingEndTime :: Lens' TrainingJobSummary (Maybe UTCTime)
- trainingJobSummary_warmPoolStatus :: Lens' TrainingJobSummary (Maybe WarmPoolStatus)
- trainingJobSummary_trainingJobName :: Lens' TrainingJobSummary Text
- trainingJobSummary_trainingJobArn :: Lens' TrainingJobSummary Text
- trainingJobSummary_creationTime :: Lens' TrainingJobSummary UTCTime
- trainingJobSummary_trainingJobStatus :: Lens' TrainingJobSummary TrainingJobStatus
Documentation
data TrainingJobSummary Source #
Provides summary information about a training job.
See: newTrainingJobSummary smart constructor.
Constructors
| TrainingJobSummary' | |
Fields
| |
Instances
newTrainingJobSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> TrainingJobStatus | |
| -> TrainingJobSummary |
Create a value of TrainingJobSummary 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:lastModifiedTime:TrainingJobSummary', trainingJobSummary_lastModifiedTime - Timestamp when the training job was last modified.
$sel:trainingEndTime:TrainingJobSummary', trainingJobSummary_trainingEndTime - A timestamp that shows when the training job ended. This field is set
only if the training job has one of the terminal statuses (Completed,
Failed, or Stopped).
$sel:warmPoolStatus:TrainingJobSummary', trainingJobSummary_warmPoolStatus - The status of the warm pool associated with the training job.
$sel:trainingJobName:TrainingJobSummary', trainingJobSummary_trainingJobName - The name of the training job that you want a summary for.
$sel:trainingJobArn:TrainingJobSummary', trainingJobSummary_trainingJobArn - The Amazon Resource Name (ARN) of the training job.
$sel:creationTime:TrainingJobSummary', trainingJobSummary_creationTime - A timestamp that shows when the training job was created.
$sel:trainingJobStatus:TrainingJobSummary', trainingJobSummary_trainingJobStatus - The status of the training job.
trainingJobSummary_lastModifiedTime :: Lens' TrainingJobSummary (Maybe UTCTime) Source #
Timestamp when the training job was last modified.
trainingJobSummary_trainingEndTime :: Lens' TrainingJobSummary (Maybe UTCTime) Source #
A timestamp that shows when the training job ended. This field is set
only if the training job has one of the terminal statuses (Completed,
Failed, or Stopped).
trainingJobSummary_warmPoolStatus :: Lens' TrainingJobSummary (Maybe WarmPoolStatus) Source #
The status of the warm pool associated with the training job.
trainingJobSummary_trainingJobName :: Lens' TrainingJobSummary Text Source #
The name of the training job that you want a summary for.
trainingJobSummary_trainingJobArn :: Lens' TrainingJobSummary Text Source #
The Amazon Resource Name (ARN) of the training job.
trainingJobSummary_creationTime :: Lens' TrainingJobSummary UTCTime Source #
A timestamp that shows when the training job was created.
trainingJobSummary_trainingJobStatus :: Lens' TrainingJobSummary TrainingJobStatus Source #
The status of the training job.