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 AutoMLJobSummary = AutoMLJobSummary' {}
- newAutoMLJobSummary :: Text -> Text -> AutoMLJobStatus -> AutoMLJobSecondaryStatus -> UTCTime -> UTCTime -> AutoMLJobSummary
- autoMLJobSummary_failureReason :: Lens' AutoMLJobSummary (Maybe Text)
- autoMLJobSummary_partialFailureReasons :: Lens' AutoMLJobSummary (Maybe (NonEmpty AutoMLPartialFailureReason))
- autoMLJobSummary_endTime :: Lens' AutoMLJobSummary (Maybe UTCTime)
- autoMLJobSummary_autoMLJobName :: Lens' AutoMLJobSummary Text
- autoMLJobSummary_autoMLJobArn :: Lens' AutoMLJobSummary Text
- autoMLJobSummary_autoMLJobStatus :: Lens' AutoMLJobSummary AutoMLJobStatus
- autoMLJobSummary_autoMLJobSecondaryStatus :: Lens' AutoMLJobSummary AutoMLJobSecondaryStatus
- autoMLJobSummary_creationTime :: Lens' AutoMLJobSummary UTCTime
- autoMLJobSummary_lastModifiedTime :: Lens' AutoMLJobSummary UTCTime
Documentation
data AutoMLJobSummary Source #
Provides a summary about an AutoML job.
See: newAutoMLJobSummary
smart constructor.
AutoMLJobSummary' | |
|
Instances
:: Text | |
-> Text | |
-> AutoMLJobStatus | |
-> AutoMLJobSecondaryStatus | |
-> UTCTime | |
-> UTCTime | |
-> AutoMLJobSummary |
Create a value of AutoMLJobSummary
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:AutoMLJobSummary'
, autoMLJobSummary_failureReason
- The failure reason of an AutoML job.
$sel:partialFailureReasons:AutoMLJobSummary'
, autoMLJobSummary_partialFailureReasons
- The list of reasons for partial failures within an AutoML job.
$sel:endTime:AutoMLJobSummary'
, autoMLJobSummary_endTime
- The end time of an AutoML job.
$sel:autoMLJobName:AutoMLJobSummary'
, autoMLJobSummary_autoMLJobName
- The name of the AutoML job you are requesting.
$sel:autoMLJobArn:AutoMLJobSummary'
, autoMLJobSummary_autoMLJobArn
- The ARN of the AutoML job.
$sel:autoMLJobStatus:AutoMLJobSummary'
, autoMLJobSummary_autoMLJobStatus
- The status of the AutoML job.
$sel:autoMLJobSecondaryStatus:AutoMLJobSummary'
, autoMLJobSummary_autoMLJobSecondaryStatus
- The secondary status of the AutoML job.
$sel:creationTime:AutoMLJobSummary'
, autoMLJobSummary_creationTime
- When the AutoML job was created.
$sel:lastModifiedTime:AutoMLJobSummary'
, autoMLJobSummary_lastModifiedTime
- When the AutoML job was last modified.
autoMLJobSummary_failureReason :: Lens' AutoMLJobSummary (Maybe Text) Source #
The failure reason of an AutoML job.
autoMLJobSummary_partialFailureReasons :: Lens' AutoMLJobSummary (Maybe (NonEmpty AutoMLPartialFailureReason)) Source #
The list of reasons for partial failures within an AutoML job.
autoMLJobSummary_endTime :: Lens' AutoMLJobSummary (Maybe UTCTime) Source #
The end time of an AutoML job.
autoMLJobSummary_autoMLJobName :: Lens' AutoMLJobSummary Text Source #
The name of the AutoML job you are requesting.
autoMLJobSummary_autoMLJobArn :: Lens' AutoMLJobSummary Text Source #
The ARN of the AutoML job.
autoMLJobSummary_autoMLJobStatus :: Lens' AutoMLJobSummary AutoMLJobStatus Source #
The status of the AutoML job.
autoMLJobSummary_autoMLJobSecondaryStatus :: Lens' AutoMLJobSummary AutoMLJobSecondaryStatus Source #
The secondary status of the AutoML job.
autoMLJobSummary_creationTime :: Lens' AutoMLJobSummary UTCTime Source #
When the AutoML job was created.
autoMLJobSummary_lastModifiedTime :: Lens' AutoMLJobSummary UTCTime Source #
When the AutoML job was last modified.