google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.CreateJobFromTemplateRequest View Source
A request to create a Cloud Dataflow job from a template.
Attributes
- parameters (Map[String, String]): The runtime parameters to pass to the job. Defaults to:
null
. - environment (RuntimeEnvironment): The runtime environment for the job. Defaults to:
null
. - gcsPath (String): 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): Required. The job name to use for the created job. Defaults to:
null
. - location (String): The location to which to direct the request. Defaults to:
null
.