Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource
- 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
The content of the input notebook in ipynb format.
Instance Attribute Summary collapse
-
#content ⇒ String
The base64-encoded contents of the input notebook file.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource
constructor
A new instance of GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource
Returns a new instance of GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource.
16776 16777 16778 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 16776 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content ⇒ String
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.
16774 16775 16776 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 16774 def content @content end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16781 16782 16783 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 16781 def update!(**args) @content = args[:content] if args.key?(:content) end |