Class: Google::Cloud::AIPlatform::V1::ColabImage

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

Overview

Colab image of the runtime.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String (readonly)

Returns Output only. A human-readable description of the specified colab image release, populated by the system. Example: "Python 3.10", "Latest - current Python 3.11".

Returns:

  • (::String)

    Output only. A human-readable description of the specified colab image release, populated by the system. Example: "Python 3.10", "Latest - current Python 3.11"



66
67
68
69
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_software_config.rb', line 66

class ColabImage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#release_name::String

Returns Optional. The release name of the NotebookRuntime Colab image, e.g. "py310". If not specified, detault to the latest release.

Returns:

  • (::String)

    Optional. The release name of the NotebookRuntime Colab image, e.g. "py310". If not specified, detault to the latest release.



66
67
68
69
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_software_config.rb', line 66

class ColabImage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end