// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetImportedModel`](crate::operation::get_imported_model::builders::GetImportedModelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`model_identifier(impl Into<String>)`](crate::operation::get_imported_model::builders::GetImportedModelFluentBuilder::model_identifier) / [`set_model_identifier(Option<String>)`](crate::operation::get_imported_model::builders::GetImportedModelFluentBuilder::set_model_identifier):<br>required: **true**<br><p>Name or Amazon Resource Name (ARN) of the imported model.</p><br>
/// - On success, responds with [`GetImportedModelOutput`](crate::operation::get_imported_model::GetImportedModelOutput) with field(s):
/// - [`model_arn(Option<String>)`](crate::operation::get_imported_model::GetImportedModelOutput::model_arn): <p>The Amazon Resource Name (ARN) associated with this imported model.</p>
/// - [`model_name(Option<String>)`](crate::operation::get_imported_model::GetImportedModelOutput::model_name): <p>The name of the imported model.</p>
/// - [`job_name(Option<String>)`](crate::operation::get_imported_model::GetImportedModelOutput::job_name): <p>Job name associated with the imported model.</p>
/// - [`job_arn(Option<String>)`](crate::operation::get_imported_model::GetImportedModelOutput::job_arn): <p>Job Amazon Resource Name (ARN) associated with the imported model.</p>
/// - [`model_data_source(Option<ModelDataSource>)`](crate::operation::get_imported_model::GetImportedModelOutput::model_data_source): <p>The data source for this imported model.</p>
/// - [`creation_time(Option<DateTime>)`](crate::operation::get_imported_model::GetImportedModelOutput::creation_time): <p>Creation time of the imported model.</p>
/// - [`model_architecture(Option<String>)`](crate::operation::get_imported_model::GetImportedModelOutput::model_architecture): <p>The architecture of the imported model.</p>
/// - [`model_kms_key_arn(Option<String>)`](crate::operation::get_imported_model::GetImportedModelOutput::model_kms_key_arn): <p>The imported model is encrypted at rest using this key.</p>
/// - [`instruct_supported(Option<bool>)`](crate::operation::get_imported_model::GetImportedModelOutput::instruct_supported): <p>Specifies if the imported model supports converse.</p>
/// - [`custom_model_units(Option<CustomModelUnits>)`](crate::operation::get_imported_model::GetImportedModelOutput::custom_model_units): <p>Information about the hardware utilization for a single copy of the model.</p>
/// - On failure, responds with [`SdkError<GetImportedModelError>`](crate::operation::get_imported_model::GetImportedModelError)
pub fn get_imported_model(&self) -> crate::operation::get_imported_model::builders::GetImportedModelFluentBuilder {
crate::operation::get_imported_model::builders::GetImportedModelFluentBuilder::new(self.handle.clone())
}
}