deleteTrainingJob
inline suspend fun SageMakerClient.deleteTrainingJob(crossinline block: DeleteTrainingJobRequest.Builder.() -> Unit): DeleteTrainingJobResponse
Deletes a training job. After SageMaker deletes a training job, all of the metadata for the training job is lost. You can delete only training jobs that are in a terminal state (Stopped, Failed, or Completed) and don't retain an Availablemanaged warm pool. You cannot delete a job that is in the InProgress or Stopping state. After deleting the job, you can reuse its name to create another training job.