Struct aws_sdk_sagemaker::model::monitoring_job_definition::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MonitoringJobDefinition
Implementations
Baseline configuration used to validate that the data conforms to the specified constraints and statistics
Baseline configuration used to validate that the data conforms to the specified constraints and statistics
Appends an item to monitoring_inputs
.
To override the contents of this collection use set_monitoring_inputs
.
The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.
The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.
The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).
The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. In distributed processing, you specify more than one instance.
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. In distributed processing, you specify more than one instance.
Configures the monitoring job to run a specified Docker container image.
pub fn set_monitoring_app_specification(
self,
input: Option<MonitoringAppSpecification>
) -> Self
pub fn set_monitoring_app_specification(
self,
input: Option<MonitoringAppSpecification>
) -> Self
Configures the monitoring job to run a specified Docker container image.
Specifies a time limit for how long the monitoring job is allowed to run.
Specifies a time limit for how long the monitoring job is allowed to run.
Adds a key-value pair to environment
.
To override the contents of this collection use set_environment
.
Sets the environment variables in the Docker container.
Sets the environment variables in the Docker container.
Specifies networking options for an monitoring job.
Specifies networking options for an monitoring 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.
Consumes the builder and constructs a MonitoringJobDefinition
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