Class: Google::Cloud::AIPlatform::V1::NotebookExecutionJob::GcsNotebookSource
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NotebookExecutionJob::GcsNotebookSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb
Overview
The Cloud Storage uri for the input notebook.
Instance Attribute Summary collapse
-
#generation ⇒ ::String
The version of the Cloud Storage object to read.
-
#uri ⇒ ::String
The Cloud Storage uri pointing to the ipynb file.
Instance Attribute Details
#generation ⇒ ::String
118 119 120 121 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb', line 118 class GcsNotebookSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
118 119 120 121 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb', line 118 class GcsNotebookSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |