public static interface TransformJobSummary.Builder extends SdkPojo, CopyableBuilder<TransformJobSummary.Builder,TransformJobSummary>
Modifier and Type | Method and Description |
---|---|
TransformJobSummary.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the transform Job was created.
|
TransformJobSummary.Builder |
failureReason(String failureReason)
If the transform job failed, the reason it failed.
|
TransformJobSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
Indicates when the transform job was last modified.
|
TransformJobSummary.Builder |
transformEndTime(Instant transformEndTime)
Indicates when the transform job ends on compute instances.
|
TransformJobSummary.Builder |
transformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
|
TransformJobSummary.Builder |
transformJobName(String transformJobName)
The name of the transform job.
|
TransformJobSummary.Builder |
transformJobStatus(String transformJobStatus)
The status of the transform job.
|
TransformJobSummary.Builder |
transformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TransformJobSummary.Builder transformJobName(String transformJobName)
The name of the transform job.
transformJobName
- The name of the transform job.TransformJobSummary.Builder transformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
transformJobArn
- The Amazon Resource Name (ARN) of the transform job.TransformJobSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the transform Job was created.
creationTime
- A timestamp that shows when the transform Job was created.TransformJobSummary.Builder transformEndTime(Instant 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.
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.TransformJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
Indicates when the transform job was last modified.
lastModifiedTime
- Indicates when the transform job was last modified.TransformJobSummary.Builder transformJobStatus(String transformJobStatus)
The status of the transform job.
transformJobStatus
- The status of the transform job.TransformJobStatus
,
TransformJobStatus
TransformJobSummary.Builder transformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job.
transformJobStatus
- The status of the transform job.TransformJobStatus
,
TransformJobStatus
TransformJobSummary.Builder failureReason(String failureReason)
If the transform job failed, the reason it failed.
failureReason
- If the transform job failed, the reason it failed.Copyright © 2020. All rights reserved.