Struct aws_sdk_sagemaker::input::create_app_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateAppInput
Implementations
The domain ID.
The user profile name.
The user profile name.
The type of app. Supported apps are JupyterServer
and
KernelGateway
. TensorBoard
is not supported.
The type of app. Supported apps are JupyterServer
and
KernelGateway
. TensorBoard
is not supported.
The name of the app.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
Consumes the builder and constructs a CreateAppInput
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