Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::NotebookExecutionJob::GcsNotebookSource (v0.50.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::NotebookExecutionJob::GcsNotebookSource.

The Cloud Storage uri for the input notebook.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#generation

def generation() -> ::String
Returns
  • (::String) — 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.

#generation=

def generation=(value) -> ::String
Parameter
  • value (::String) — 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
  • (::String) — 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.

#uri

def uri() -> ::String
Returns
  • (::String) — The Cloud Storage uri pointing to the ipynb file. Format: gs://bucket/notebook_file.ipynb

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — 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