public static interface TrainingJobSummary.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TrainingJobSummary.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
,
TrainingJobStatus
TrainingJobSummary.Builder trainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
trainingJobStatus
- The status of the training job.TrainingJobStatus
,
TrainingJobStatus
Copyright © 2020. All rights reserved.