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

The environment values to set at runtime.

Attributes

  • bypassTempDirValidation (Boolean): Whether to bypass the safety checks for the job's temporary directory. Use with caution. Defaults to: null.
  • machineType (String): 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.
  • serviceAccountEmail (String): The email address of the service account to run the job as. Defaults to: null.
  • tempLocation (String): The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`. Defaults to: null.
  • zone (String): The Compute Engine availability zone for launching worker instances to run your pipeline. Defaults to: null.