Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookRuntimeTemplateRef

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Points to a NotebookRuntimeTemplateRef.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1NotebookRuntimeTemplateRef

Returns a new instance of GoogleCloudAiplatformV1NotebookRuntimeTemplateRef.



17959
17960
17961
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 17959

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#notebook_runtime_templateString

Immutable. A resource name of the NotebookRuntimeTemplate. Corresponds to the JSON property notebookRuntimeTemplate

Returns:

  • (String)


17957
17958
17959
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 17957

def notebook_runtime_template
  @notebook_runtime_template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17964
17965
17966
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 17964

def update!(**args)
  @notebook_runtime_template = args[:notebook_runtime_template] if args.key?(:notebook_runtime_template)
end