// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteInferenceProfile`](crate::operation::delete_inference_profile::builders::DeleteInferenceProfileFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`inference_profile_identifier(impl Into<String>)`](crate::operation::delete_inference_profile::builders::DeleteInferenceProfileFluentBuilder::inference_profile_identifier) / [`set_inference_profile_identifier(Option<String>)`](crate::operation::delete_inference_profile::builders::DeleteInferenceProfileFluentBuilder::set_inference_profile_identifier):<br>required: **true**<br><p>The Amazon Resource Name (ARN) or ID of the application inference profile to delete.</p><br>
/// - On success, responds with [`DeleteInferenceProfileOutput`](crate::operation::delete_inference_profile::DeleteInferenceProfileOutput)
/// - On failure, responds with [`SdkError<DeleteInferenceProfileError>`](crate::operation::delete_inference_profile::DeleteInferenceProfileError)
pub fn delete_inference_profile(&self) -> crate::operation::delete_inference_profile::builders::DeleteInferenceProfileFluentBuilder {
crate::operation::delete_inference_profile::builders::DeleteInferenceProfileFluentBuilder::new(self.handle.clone())
}
}