Struct aws_sdk_sagemaker::model::monitoring_app_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MonitoringAppSpecification
Implementations
The container image to be run by the monitoring job.
The container image to be run by the monitoring job.
Appends an item to container_entrypoint
.
To override the contents of this collection use set_container_entrypoint
.
Specifies the entrypoint for a container used to run the monitoring job.
Specifies the entrypoint for a container used to run the monitoring job.
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.
Consumes the builder and constructs a MonitoringAppSpecification
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