Class: Google::Cloud::AIPlatform::V1::NotebookExecutionJob::GcsNotebookSource

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

Instance Attribute Details

#generation::String

Returns The version of the Cloud Storage object to read. If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number.

Returns:



123
124
125
126
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb', line 123

class GcsNotebookSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns The Cloud Storage uri pointing to the ipynb file. Format: gs://bucket/notebook_file.ipynb.

Returns:

  • (::String)

    The Cloud Storage uri pointing to the ipynb file. Format: gs://bucket/notebook_file.ipynb



123
124
125
126
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb', line 123

class GcsNotebookSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end