google_api_dataflow v0.1.0 GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment View Source

The environment values to set at runtime.

Attributes

  • additionalExperiments ([String.t]): Additional experiment flags for the job. Defaults to: null.
  • bypassTempDirValidation (boolean()): Whether to bypass the safety checks for the job's temporary directory. Use with caution. Defaults to: null.
  • machineType (String.t): The machine type to use for the job. Defaults to the value from the template if not specified. Defaults to: null.
  • maxWorkers (integer()): The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000. Defaults to: null.
  • network (String.t): Network to which VMs will be assigned. If empty or unspecified, the service will use the network "default". Defaults to: null.
  • serviceAccountEmail (String.t): The email address of the service account to run the job as. Defaults to: null.
  • subnetwork (String.t): Subnetwork to which VMs will be assigned, if desired. Expected to be of the form "regions/REGION/subnetworks/SUBNETWORK". Defaults to: null.
  • tempLocation (String.t): The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`. Defaults to: null.
  • zone (String.t): The Compute Engine availability zone for launching worker instances to run your pipeline. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment{
  additionalExperiments: [any()],
  bypassTempDirValidation: any(),
  machineType: any(),
  maxWorkers: any(),
  network: any(),
  serviceAccountEmail: any(),
  subnetwork: any(),
  tempLocation: any(),
  zone: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.