Struct aws_sdk_sagemaker::input::create_model_explainability_job_definition_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateModelExplainabilityJobDefinitionInput
Implementations
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.
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.
pub fn model_explainability_baseline_config(
self,
input: ModelExplainabilityBaselineConfig
) -> Self
pub fn model_explainability_baseline_config(
self,
input: ModelExplainabilityBaselineConfig
) -> Self
The baseline configuration for a model explainability job.
pub fn set_model_explainability_baseline_config(
self,
input: Option<ModelExplainabilityBaselineConfig>
) -> Self
pub fn set_model_explainability_baseline_config(
self,
input: Option<ModelExplainabilityBaselineConfig>
) -> Self
The baseline configuration for a model explainability job.
pub fn model_explainability_app_specification(
self,
input: ModelExplainabilityAppSpecification
) -> Self
pub fn model_explainability_app_specification(
self,
input: ModelExplainabilityAppSpecification
) -> Self
Configures the model explainability job to run a specified Docker container image.
pub fn set_model_explainability_app_specification(
self,
input: Option<ModelExplainabilityAppSpecification>
) -> Self
pub fn set_model_explainability_app_specification(
self,
input: Option<ModelExplainabilityAppSpecification>
) -> Self
Configures the model explainability job to run a specified Docker container image.
Inputs for the model explainability job.
pub fn set_model_explainability_job_input(
self,
input: Option<ModelExplainabilityJobInput>
) -> Self
pub fn set_model_explainability_job_input(
self,
input: Option<ModelExplainabilityJobInput>
) -> Self
Inputs for the model explainability job.
The output configuration for monitoring jobs.
pub fn set_model_explainability_job_output_config(
self,
input: Option<MonitoringOutputConfig>
) -> Self
pub fn set_model_explainability_job_output_config(
self,
input: Option<MonitoringOutputConfig>
) -> Self
The output configuration for monitoring jobs.
Identifies the resources to deploy for a monitoring job.
Identifies the resources to deploy for a monitoring job.
Networking options for a model explainability job.
Networking options for a model explainability job.
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
A time limit for how long the monitoring job is allowed to run before stopping.
A time limit for how long the monitoring job is allowed to run before stopping.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
Consumes the builder and constructs a CreateModelExplainabilityJobDefinitionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more