Class: Google::Cloud::Dataproc::V1::JupyterConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/sessions.rb

Overview

Jupyter configuration for an interactive session.

Defined Under Namespace

Modules: Kernel

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Optional. Display name, shown in the Jupyter kernelspec card.

Returns:

  • (::String)

    Optional. Display name, shown in the Jupyter kernelspec card.



276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 276

class JupyterConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Jupyter kernel types.
  module Kernel
    # The kernel is unknown.
    KERNEL_UNSPECIFIED = 0

    # Python kernel.
    PYTHON = 1

    # Scala kernel.
    SCALA = 2
  end
end

#kernel::Google::Cloud::Dataproc::V1::JupyterConfig::Kernel

Returns Optional. Kernel.



276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 276

class JupyterConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Jupyter kernel types.
  module Kernel
    # The kernel is unknown.
    KERNEL_UNSPECIFIED = 0

    # Python kernel.
    PYTHON = 1

    # Scala kernel.
    SCALA = 2
  end
end