Class: Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplateRef
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplateRef
- 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
-
#notebook_runtime_template ⇒ ::String
Immutable.
Instance Attribute Details
#notebook_runtime_template ⇒ ::String
Returns 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 |