Class CreateJobFromTemplateRequest (0.1.5)

CreateJobFromTemplateRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A request to create a Cloud Dataflow job from a template. .. attribute:: project_id

Required. The ID of the Cloud Platform project that the job belongs to.

:type: str

Attributes

NameDescription
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.

Classes

ParametersEntry

ParametersEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
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 mapping is a mapping type or there are keyword parameters.