CreateJobFromTemplateRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
A request to create a Cloud Dataflow job from a template.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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:// .
This field is a member of oneof _ template .
|
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. |
Classes
ParametersEntry
ParametersEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |