// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateInferenceComponent`](crate::operation::update_inference_component::builders::UpdateInferenceComponentFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`inference_component_name(impl Into<String>)`](crate::operation::update_inference_component::builders::UpdateInferenceComponentFluentBuilder::inference_component_name) / [`set_inference_component_name(Option<String>)`](crate::operation::update_inference_component::builders::UpdateInferenceComponentFluentBuilder::set_inference_component_name):<br>required: **true**<br><p>The name of the inference component.</p><br>
/// - [`specification(InferenceComponentSpecification)`](crate::operation::update_inference_component::builders::UpdateInferenceComponentFluentBuilder::specification) / [`set_specification(Option<InferenceComponentSpecification>)`](crate::operation::update_inference_component::builders::UpdateInferenceComponentFluentBuilder::set_specification):<br>required: **false**<br><p>Details about the resources to deploy with this inference component, including the model, container, and compute resources.</p><br>
/// - [`runtime_config(InferenceComponentRuntimeConfig)`](crate::operation::update_inference_component::builders::UpdateInferenceComponentFluentBuilder::runtime_config) / [`set_runtime_config(Option<InferenceComponentRuntimeConfig>)`](crate::operation::update_inference_component::builders::UpdateInferenceComponentFluentBuilder::set_runtime_config):<br>required: **false**<br><p>Runtime settings for a model that is deployed with an inference component.</p><br>
/// - On success, responds with [`UpdateInferenceComponentOutput`](crate::operation::update_inference_component::UpdateInferenceComponentOutput) with field(s):
/// - [`inference_component_arn(Option<String>)`](crate::operation::update_inference_component::UpdateInferenceComponentOutput::inference_component_arn): <p>The Amazon Resource Name (ARN) of the inference component.</p>
/// - On failure, responds with [`SdkError<UpdateInferenceComponentError>`](crate::operation::update_inference_component::UpdateInferenceComponentError)
pub fn update_inference_component(&self) -> crate::operation::update_inference_component::builders::UpdateInferenceComponentFluentBuilder {
crate::operation::update_inference_component::builders::UpdateInferenceComponentFluentBuilder::new(self.handle.clone())
}
}