google_api_dataflow v0.1.0 GoogleApi.Dataflow.V1b3.Model.CreateJobFromTemplateRequest View Source
A request to create a Cloud Dataflow job from a template.
Attributes
- parameters (%{optional(String.t) => String.t}): The runtime parameters to pass to the job. Defaults to:
null
. - environment (RuntimeEnvironment): The runtime environment for the job. Defaults to:
null
. - gcsPath (String.t): Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with `gs://`. Defaults to:
null
. - jobName (String.t): Required. The job name to use for the created job. Defaults to:
null
. - location (String.t): The location to which to direct the request. 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.CreateJobFromTemplateRequest{ environment: GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment.t(), gcsPath: any(), jobName: any(), location: any(), parameters: map() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.