describeTrainingJob
inline suspend fun SageMakerClient.describeTrainingJob(crossinline block: DescribeTrainingJobRequest.Builder.() -> Unit): DescribeTrainingJobResponse
Returns information about a training job.
Some of the attributes below only appear if the training job successfully starts. If the training job fails, TrainingJobStatus
is Failed
and, depending on the FailureReason
, attributes like TrainingStartTime
, TrainingTimeInSeconds
, TrainingEndTime
, and BillableTimeInSeconds
may not be present in the response.