Class: Aws::SageMaker::Types::KernelSpec
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::KernelSpec
- Includes:
- Aws::Structure
- Defined in:
- 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.
25414 25415 25416 25417 25418 25419 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25414 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.
25414 25415 25416 25417 25418 25419 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25414 class KernelSpec < Struct.new( :name, :display_name) SENSITIVE = [] include Aws::Structure end |