Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource

Inherits:
Object
  • Object
show all
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

The content of the input notebook in ipynb format.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource

Returns a new instance of GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource.



21851
21852
21853
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21851

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

Instance Attribute Details

#contentString

The base64-encoded contents of the input notebook file. Corresponds to the JSON property content NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


21849
21850
21851
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21849

def content
  @content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21856
21857
21858
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21856

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