CreateJobFromTemplateRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)A request to create a Cloud Dataflow job from a template.
Attributes
| Name | Description |
| project_id |
str
Required. The ID of the Cloud Platform project that the job belongs to. |
| job_name |
str
Required. The job name to use for the created job. |
| gcs_path |
str
Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with ``gs://``. |
| parameters |
Sequence[google.cloud.dataflow_v1beta3.types.CreateJobFromTemplateRequest.ParametersEntry]
The runtime parameters to pass to the job. |
| environment |
google.cloud.dataflow_v1beta3.types.RuntimeEnvironment
The runtime environment for the job. |
| location |
str
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. |
Inheritance
builtins.object > proto.message.Message > CreateJobFromTemplateRequestClasses
ParametersEntry
ParametersEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Name | Description |
| kwargs |
dict
Keys and values corresponding to the fields of the message. |
| mapping |
Union[dict, `.Message`]
A dictionary or message to be used to determine the values for this message. |
| ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |