// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteTrainingJob`](crate::operation::delete_training_job::builders::DeleteTrainingJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`training_job_name(impl Into<String>)`](crate::operation::delete_training_job::builders::DeleteTrainingJobFluentBuilder::training_job_name) / [`set_training_job_name(Option<String>)`](crate::operation::delete_training_job::builders::DeleteTrainingJobFluentBuilder::set_training_job_name):<br>required: **true**<br><p>The name of the training job to delete.</p><br>
/// - On success, responds with [`DeleteTrainingJobOutput`](crate::operation::delete_training_job::DeleteTrainingJobOutput)
/// - On failure, responds with [`SdkError<DeleteTrainingJobError>`](crate::operation::delete_training_job::DeleteTrainingJobError)
pub fn delete_training_job(&self) -> crate::operation::delete_training_job::builders::DeleteTrainingJobFluentBuilder {
crate::operation::delete_training_job::builders::DeleteTrainingJobFluentBuilder::new(self.handle.clone())
}
}