GoogleApi.Dataform.V1beta1.Model.NotebookRuntimeOptions (google_api_dataform v0.8.0)

View Source

Configures various aspects of Dataform notebook runtime.

Attributes

  • gcsOutputBucket (type: String.t, default: nil) - Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataform.V1beta1.Model.NotebookRuntimeOptions{
  gcsOutputBucket: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.