Class: Google::Cloud::AIPlatform::V1::NotebookExecutionJob::DirectNotebookSource
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NotebookExecutionJob::DirectNotebookSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.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 Attribute Details
#content ⇒ ::String
Returns The base64-encoded contents of the input notebook file.
132 133 134 135 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb', line 132 class DirectNotebookSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |