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 TransformJobSummary = TransformJobSummary' {}
- newTransformJobSummary :: Text -> Text -> UTCTime -> TransformJobStatus -> TransformJobSummary
- transformJobSummary_failureReason :: Lens' TransformJobSummary (Maybe Text)
- transformJobSummary_lastModifiedTime :: Lens' TransformJobSummary (Maybe UTCTime)
- transformJobSummary_transformEndTime :: Lens' TransformJobSummary (Maybe UTCTime)
- transformJobSummary_transformJobName :: Lens' TransformJobSummary Text
- transformJobSummary_transformJobArn :: Lens' TransformJobSummary Text
- transformJobSummary_creationTime :: Lens' TransformJobSummary UTCTime
- transformJobSummary_transformJobStatus :: Lens' TransformJobSummary TransformJobStatus
Documentation
data TransformJobSummary Source #
Provides a summary of a transform job. Multiple TransformJobSummary
objects are returned as a list after in response to a ListTransformJobs
call.
See: newTransformJobSummary
smart constructor.
TransformJobSummary' | |
|
Instances
newTransformJobSummary Source #
:: Text | |
-> Text | |
-> UTCTime | |
-> TransformJobStatus | |
-> TransformJobSummary |
Create a value of TransformJobSummary
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:TransformJobSummary'
, transformJobSummary_failureReason
- If the transform job failed, the reason it failed.
$sel:lastModifiedTime:TransformJobSummary'
, transformJobSummary_lastModifiedTime
- Indicates when the transform job was last modified.
$sel:transformEndTime:TransformJobSummary'
, transformJobSummary_transformEndTime
- Indicates when the transform job ends on compute instances. For
successful jobs and stopped jobs, this is the exact time recorded after
the results are uploaded. For failed jobs, this is when Amazon SageMaker
detected that the job failed.
$sel:transformJobName:TransformJobSummary'
, transformJobSummary_transformJobName
- The name of the transform job.
$sel:transformJobArn:TransformJobSummary'
, transformJobSummary_transformJobArn
- The Amazon Resource Name (ARN) of the transform job.
$sel:creationTime:TransformJobSummary'
, transformJobSummary_creationTime
- A timestamp that shows when the transform Job was created.
$sel:transformJobStatus:TransformJobSummary'
, transformJobSummary_transformJobStatus
- The status of the transform job.
transformJobSummary_failureReason :: Lens' TransformJobSummary (Maybe Text) Source #
If the transform job failed, the reason it failed.
transformJobSummary_lastModifiedTime :: Lens' TransformJobSummary (Maybe UTCTime) Source #
Indicates when the transform job was last modified.
transformJobSummary_transformEndTime :: Lens' TransformJobSummary (Maybe UTCTime) Source #
Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.
transformJobSummary_transformJobName :: Lens' TransformJobSummary Text Source #
The name of the transform job.
transformJobSummary_transformJobArn :: Lens' TransformJobSummary Text Source #
The Amazon Resource Name (ARN) of the transform job.
transformJobSummary_creationTime :: Lens' TransformJobSummary UTCTime Source #
A timestamp that shows when the transform Job was created.
transformJobSummary_transformJobStatus :: Lens' TransformJobSummary TransformJobStatus Source #
The status of the transform job.