Struct aws_sdk_sagemaker::model::kernel_gateway_app_settings::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for KernelGatewayAppSettings
Implementations
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
Appends an item to custom_images
.
To override the contents of this collection use set_custom_images
.
A list of custom SageMaker images that are configured to run as a KernelGateway app.
A list of custom SageMaker images that are configured to run as a KernelGateway app.
Appends an item to lifecycle_config_arns
.
To override the contents of this collection use set_lifecycle_config_arns
.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.
Consumes the builder and constructs a KernelGatewayAppSettings
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