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