Class: Aws::SageMaker::Types::KernelSpec

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#display_nameString

The display name of the kernel.

Returns:

  • (String)


24001
24002
24003
24004
24005
24006
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24001

class KernelSpec < Struct.new(
  :name,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Jupyter kernel in the image. This value is case sensitive.

Returns:

  • (String)


24001
24002
24003
24004
24005
24006
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24001

class KernelSpec < Struct.new(
  :name,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end