Class: Aws::SageMaker::Types::KernelGatewayAppSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::KernelGatewayAppSettings
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The KernelGateway app settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_images ⇒ Array<Types::CustomImage>
A list of custom SageMaker images that are configured to run as a KernelGateway app.
-
#default_resource_spec ⇒ Types::ResourceSpec
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
-
#lifecycle_config_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.
Instance Attribute Details
#custom_images ⇒ Array<Types::CustomImage>
A list of custom SageMaker images that are configured to run as a KernelGateway app.
26492 26493 26494 26495 26496 26497 26498 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26492 class KernelGatewayAppSettings < Struct.new( :default_resource_spec, :custom_images, :lifecycle_config_arns) SENSITIVE = [] include Aws::Structure end |
#default_resource_spec ⇒ Types::ResourceSpec
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
26492 26493 26494 26495 26496 26497 26498 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26492 class KernelGatewayAppSettings < Struct.new( :default_resource_spec, :custom_images, :lifecycle_config_arns) SENSITIVE = [] include Aws::Structure end |
#lifecycle_config_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.
LifecycleConfigArns
to
an empty list.
26492 26493 26494 26495 26496 26497 26498 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26492 class KernelGatewayAppSettings < Struct.new( :default_resource_spec, :custom_images, :lifecycle_config_arns) SENSITIVE = [] include Aws::Structure end |