Interface TransformJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransformJobSummary.Builder,
,TransformJobSummary> SdkBuilder<TransformJobSummary.Builder,
,TransformJobSummary> SdkPojo
- Enclosing class:
TransformJobSummary
@Mutable
@NotThreadSafe
public static interface TransformJobSummary.Builder
extends SdkPojo, CopyableBuilder<TransformJobSummary.Builder,TransformJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) A timestamp that shows when the transform Job was created.failureReason
(String failureReason) If the transform job failed, the reason it failed.lastModifiedTime
(Instant lastModifiedTime) Indicates when the transform job was last modified.transformEndTime
(Instant transformEndTime) Indicates when the transform job ends on compute instances.transformJobArn
(String transformJobArn) The Amazon Resource Name (ARN) of the transform job.transformJobName
(String transformJobName) The name of the transform job.transformJobStatus
(String transformJobStatus) The status of the transform job.transformJobStatus
(TransformJobStatus transformJobStatus) The status of the transform job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
transformJobName
The name of the transform job.
- Parameters:
transformJobName
- The name of the transform job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformJobArn
The Amazon Resource Name (ARN) of the transform job.
- Parameters:
transformJobArn
- The Amazon Resource Name (ARN) of the transform job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
A timestamp that shows when the transform Job was created.
- Parameters:
creationTime
- A timestamp that shows when the transform Job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
Indicates when the transform job was last modified.
- Parameters:
lastModifiedTime
- Indicates when the transform job was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformJobStatus
The status of the transform job.
- Parameters:
transformJobStatus
- The status of the transform job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transformJobStatus
The status of the transform job.
- Parameters:
transformJobStatus
- The status of the transform job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReason
If the transform job failed, the reason it failed.
- Parameters:
failureReason
- If the transform job failed, the reason it failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-