Class: Aws::SageMaker::Types::KernelSpec
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::KernelSpec
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The specification of a Jupyter kernel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display name of the kernel.
-
#name ⇒ String
The name of the Jupyter kernel in the image.
Instance Attribute Details
#display_name ⇒ String
The display name of the kernel.
25487 25488 25489 25490 25491 25492 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25487 class KernelSpec < Struct.new( :name, :display_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Jupyter kernel in the image. This value is case sensitive.
25487 25488 25489 25490 25491 25492 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25487 class KernelSpec < Struct.new( :name, :display_name) SENSITIVE = [] include Aws::Structure end |