Struct aws_sdk_sagemaker::model::model_quality_app_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ModelQualityAppSpecification
Implementations
The address of the container image that the monitoring job runs.
The address of the container image that the monitoring job runs.
Appends an item to container_entrypoint
.
To override the contents of this collection use set_container_entrypoint
.
Specifies the entrypoint for a container that the monitoring job runs.
Specifies the entrypoint for a container that the monitoring job runs.
Appends an item to container_arguments
.
To override the contents of this collection use set_container_arguments
.
An array of arguments for the container used to run the monitoring job.
An array of arguments for the container used to run the monitoring job.
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.
The machine learning problem type of the model that the monitoring job monitors.
The machine learning problem type of the model that the monitoring job monitors.
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 ModelQualityAppSpecification
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