View Source GoogleApi.Dataform.V1beta1.Model.NotebookAction (google_api_dataform v0.6.0)

Represents a workflow action that will run against a Notebook runtime.

Attributes

  • contents (type: String.t, default: nil) - Output only. The code contents of a Notebook to be run.
  • jobId (type: String.t, default: nil) - Output only. The ID of the Vertex job that executed the notebook in contents and also the ID used for the outputs created in GCS buckets. Only set once the job has started to run.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.NotebookAction{
  contents: String.t() | nil,
  jobId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.