Struct aws_sdk_sagemaker::client::fluent_builders::CreateModelExplainabilityJobDefinition [−][src]
pub struct CreateModelExplainabilityJobDefinition<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreateModelExplainabilityJobDefinition
.
Creates the definition for a model explainability job.
Implementations
impl<C, M, R> CreateModelExplainabilityJobDefinition<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateModelExplainabilityJobDefinition<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateModelExplainabilityJobDefinitionOutput, SdkError<CreateModelExplainabilityJobDefinitionError>> where
R::Policy: SmithyRetryPolicy<CreateModelExplainabilityJobDefinitionInputOperationOutputAlias, CreateModelExplainabilityJobDefinitionOutput, CreateModelExplainabilityJobDefinitionError, CreateModelExplainabilityJobDefinitionInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateModelExplainabilityJobDefinitionOutput, SdkError<CreateModelExplainabilityJobDefinitionError>> where
R::Policy: SmithyRetryPolicy<CreateModelExplainabilityJobDefinitionInputOperationOutputAlias, CreateModelExplainabilityJobDefinitionOutput, CreateModelExplainabilityJobDefinitionError, CreateModelExplainabilityJobDefinitionInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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,
inp: ModelExplainabilityBaselineConfig
) -> Self
pub fn model_explainability_baseline_config(
self,
inp: 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,
inp: ModelExplainabilityAppSpecification
) -> Self
pub fn model_explainability_app_specification(
self,
inp: 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.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for CreateModelExplainabilityJobDefinition<C, M, R>
impl<C, M, R> Send for CreateModelExplainabilityJobDefinition<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateModelExplainabilityJobDefinition<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateModelExplainabilityJobDefinition<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for CreateModelExplainabilityJobDefinition<C, M, R>
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