google_api_dataflow v0.21.0 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.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
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateParameter{
containerSpec: GoogleApi.Dataflow.V1b3.Model.ContainerSpec.t(),
containerSpecGcsPath: String.t(),
jobName: String.t(),
parameters: map()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.