Struct aws_sdk_sagemaker::model::KernelGatewayAppSettings [−][src]
#[non_exhaustive]pub struct KernelGatewayAppSettings {
pub default_resource_spec: Option<ResourceSpec>,
pub custom_images: Option<Vec<CustomImage>>,
pub lifecycle_config_arns: Option<Vec<String>>,
}
Expand description
The KernelGateway app settings.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.default_resource_spec: Option<ResourceSpec>
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
custom_images: Option<Vec<CustomImage>>
A list of custom SageMaker images that are configured to run as a KernelGateway app.
lifecycle_config_arns: Option<Vec<String>>
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.
Implementations
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
A list of custom SageMaker images that are configured to run as a KernelGateway app.
Creates a new builder-style object to manufacture KernelGatewayAppSettings
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for KernelGatewayAppSettings
impl Send for KernelGatewayAppSettings
impl Sync for KernelGatewayAppSettings
impl Unpin for KernelGatewayAppSettings
impl UnwindSafe for KernelGatewayAppSettings
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