google_api_dataflow v0.26.1 GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateParameter View Source

Launch FlexTemplate Parameter.

Attributes

  • containerSpec (type: GoogleApi.Dataflow.V1b3.Model.ContainerSpec.t, default: nil) - Spec about the container image to launch.
  • containerSpecGcsPath (type: String.t, default: nil) - Gcs path to a file with json serialized ContainerSpec as content.
  • jobName (type: String.t, default: nil) - Required. The job name to use for the created job.
  • launchOptions (type: map(), default: nil) - Launch options for this flex template job. This is a common set of options across languages and templates. This should not be used to pass job parameters.
  • parameters (type: map(), default: nil) - The parameters for FlexTemplate. Ex. {"num_workers":"5"}

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateParameter{
  containerSpec: GoogleApi.Dataflow.V1b3.Model.ContainerSpec.t(),
  containerSpecGcsPath: String.t(),
  jobName: String.t(),
  launchOptions: map(),
  parameters: map()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.