LaunchTemplateRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A request to launch a template. .. attribute:: project_id
Required. The ID of the Cloud Platform project that the job belongs to.
:type: str
Attributes | |
---|---|
Name | Description |
validate_only |
bool
If true, the request is validated but not actually executed. Defaults to false. |
gcs_path |
str
A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. |
dynamic_template |
google.cloud.dataflow_v1beta3.types.DynamicTemplateLaunchParams
Params for launching a dynamic template. |
launch_parameters |
google.cloud.dataflow_v1beta3.types.LaunchTemplateParameters
The parameters of the template to launch. This should be part of the body of the POST request. |
location |
str
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. |