Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Points to a NotebookRuntimeTemplateRef.
Instance Attribute Summary collapse
-
#notebook_runtime_template ⇒ String
Immutable.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef
constructor
A new instance of GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef
Returns a new instance of GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef.
19704 19705 19706 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19704 def initialize(**args) update!(**args) end |
Instance Attribute Details
#notebook_runtime_template ⇒ String
Immutable. A resource name of the NotebookRuntimeTemplate.
Corresponds to the JSON property notebookRuntimeTemplate
19702 19703 19704 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19702 def notebook_runtime_template @notebook_runtime_template end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19709 19710 19711 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19709 def update!(**args) @notebook_runtime_template = args[:notebook_runtime_template] if args.key?(:notebook_runtime_template) end |