Struct aws_sdk_sagemaker::model::data_quality_app_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DataQualityAppSpecification
Implementations
The container image that the data quality monitoring job runs.
The container image that the data quality monitoring job runs.
Appends an item to container_entrypoint
.
To override the contents of this collection use set_container_entrypoint
.
The entrypoint for a container used to run a monitoring job.
The entrypoint for a container used to run a monitoring job.
Appends an item to container_arguments
.
To override the contents of this collection use set_container_arguments
.
The arguments to send to the container that the monitoring job runs.
The arguments to send to the container that the monitoring job runs.
An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.
An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.
Adds a key-value pair to environment
.
To override the contents of this collection use set_environment
.
Sets the environment variables in the container that the monitoring job runs.
Sets the environment variables in the container that the monitoring job runs.
Consumes the builder and constructs a DataQualityAppSpecification
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