// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`CreateAIWorkloadConfig`](crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`ai_workload_config_name(impl Into<String>)`](crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder::ai_workload_config_name) / [`set_ai_workload_config_name(Option<String>)`](crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder::set_ai_workload_config_name):<br>required: **true**<br><p>The name of the AI workload configuration. The name must be unique within your Amazon Web Services account in the current Amazon Web Services Region.</p><br>
/// - [`dataset_config(AiDatasetConfig)`](crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder::dataset_config) / [`set_dataset_config(Option<AiDatasetConfig>)`](crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder::set_dataset_config):<br>required: **false**<br><p>The dataset configuration for the workload. Specify input data channels with their data sources for benchmark workloads.</p><br>
/// - [`ai_workload_configs(AiWorkloadConfigs)`](crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder::ai_workload_configs) / [`set_ai_workload_configs(Option<AiWorkloadConfigs>)`](crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder::set_ai_workload_configs):<br>required: **false**<br><p>The benchmark tool configuration and workload specification. Provide the specification as an inline YAML or JSON string.</p><br>
/// - [`tags(Tag)`](crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder::tags) / [`set_tags(Option<Vec::<Tag>>)`](crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder::set_tags):<br>required: **false**<br><p>The metadata that you apply to Amazon Web Services resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> in the Amazon Web Services General Reference.</p><br>
/// - On success, responds with [`CreateAiWorkloadConfigOutput`](crate::operation::create_ai_workload_config::CreateAiWorkloadConfigOutput) with field(s):
/// - [`ai_workload_config_arn(Option<String>)`](crate::operation::create_ai_workload_config::CreateAiWorkloadConfigOutput::ai_workload_config_arn): <p>The Amazon Resource Name (ARN) of the created AI workload configuration.</p>
/// - On failure, responds with [`SdkError<CreateAIWorkloadConfigError>`](crate::operation::create_ai_workload_config::CreateAIWorkloadConfigError)
pub fn create_ai_workload_config(&self) -> crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder {
crate::operation::create_ai_workload_config::builders::CreateAIWorkloadConfigFluentBuilder::new(self.handle.clone())
}
}