Struct aws_sdk_sagemaker::input::describe_model_explainability_job_definition_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeModelExplainabilityJobDefinitionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn job_definition_name(self, input: impl Into<String>) -> Self
pub fn job_definition_name(self, input: impl Into<String>) -> Self
The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
sourcepub fn set_job_definition_name(self, input: Option<String>) -> Self
pub fn set_job_definition_name(self, input: Option<String>) -> Self
The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
sourcepub fn build(
self
) -> Result<DescribeModelExplainabilityJobDefinitionInput, BuildError>
pub fn build(
self
) -> Result<DescribeModelExplainabilityJobDefinitionInput, BuildError>
Consumes the builder and constructs a DescribeModelExplainabilityJobDefinitionInput
.