View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource (google_api_ai_platform v0.13.0)

The Cloud Storage uri for the input notebook.

Attributes

  • generation (type: String.t, default: nil) - 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 (type: String.t, default: nil) - The Cloud Storage uri pointing to the ipynb file. Format: gs://bucket/notebook_file.ipynb

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource{
    generation: String.t() | nil,
    uri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.