public static interface TrainingJobSummary.Builder extends CopyableBuilder<TrainingJobSummary.Builder,TrainingJobSummary>
| Modifier and Type | Method and Description |
|---|---|
TrainingJobSummary.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the training job was created.
|
TrainingJobSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
Timestamp when the training job was last modified.
|
TrainingJobSummary.Builder |
trainingEndTime(Instant trainingEndTime)
A timestamp that shows when the training job ended.
|
TrainingJobSummary.Builder |
trainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
|
TrainingJobSummary.Builder |
trainingJobName(String trainingJobName)
The name of the training job that you want a summary for.
|
TrainingJobSummary.Builder |
trainingJobStatus(String trainingJobStatus)
The status of the training job.
|
TrainingJobSummary.Builder |
trainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
|
copyapply, buildTrainingJobSummary.Builder trainingJobName(String trainingJobName)
The name of the training job that you want a summary for.
trainingJobName - The name of the training job that you want a summary for.TrainingJobSummary.Builder trainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
trainingJobArn - The Amazon Resource Name (ARN) of the training job.TrainingJobSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the training job was created.
creationTime - A timestamp that shows when the training job was created.TrainingJobSummary.Builder trainingEndTime(Instant trainingEndTime)
A timestamp that shows when the training job ended. This field is set only if the training job has one of the
terminal statuses (Completed, Failed, or Stopped).
trainingEndTime - A timestamp that shows when the training job ended. This field is set only if the training job has one
of the terminal statuses (Completed, Failed, or Stopped).TrainingJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
Timestamp when the training job was last modified.
lastModifiedTime - Timestamp when the training job was last modified.TrainingJobSummary.Builder trainingJobStatus(String trainingJobStatus)
The status of the training job.
trainingJobStatus - The status of the training job.TrainingJobStatus,
TrainingJobStatusTrainingJobSummary.Builder trainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
trainingJobStatus - The status of the training job.TrainingJobStatus,
TrainingJobStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.