Class: Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplateRef

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

Overview

Points to a NotebookRuntimeTemplateRef.

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_runtime_template::String

Returns Immutable. A resource name of the NotebookRuntimeTemplate.

Returns:

  • (::String)

    Immutable. A resource name of the NotebookRuntimeTemplate.



28
29
30
31
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime_template_ref.rb', line 28

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