| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformJobSummary |
TransformJobSummary.clone() |
TransformJobSummary |
TransformJobSummary.withCreationTime(Date creationTime)
A timestamp that shows when the transform Job was created.
|
TransformJobSummary |
TransformJobSummary.withFailureReason(String failureReason)
If the transform job failed, the reason it failed.
|
TransformJobSummary |
TransformJobSummary.withLastModifiedTime(Date lastModifiedTime)
Indicates when the transform job was last modified.
|
TransformJobSummary |
TransformJobSummary.withTransformEndTime(Date transformEndTime)
Indicates when the transform job ends on compute instances.
|
TransformJobSummary |
TransformJobSummary.withTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
|
TransformJobSummary |
TransformJobSummary.withTransformJobName(String transformJobName)
The name of the transform job.
|
TransformJobSummary |
TransformJobSummary.withTransformJobStatus(String transformJobStatus)
The status of the transform job.
|
TransformJobSummary |
TransformJobSummary.withTransformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransformJobSummary> |
ListTransformJobsResult.getTransformJobSummaries()
An array of
TransformJobSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListTransformJobsResult |
ListTransformJobsResult.withTransformJobSummaries(TransformJobSummary... transformJobSummaries)
An array of
TransformJobSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTransformJobsResult.setTransformJobSummaries(Collection<TransformJobSummary> transformJobSummaries)
An array of
TransformJobSummary objects. |
ListTransformJobsResult |
ListTransformJobsResult.withTransformJobSummaries(Collection<TransformJobSummary> transformJobSummaries)
An array of
TransformJobSummary objects. |
Copyright © 2020. All rights reserved.