WorkflowMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A Dataproc workflow template resource.
Attributes | |
---|---|
Name | Description |
template |
str
Output only. The resource name of the workflow template as described in https://cloud.google.com/apis/design/resource_names. - For projects.regions.workflowTemplates , the resource
name of the template has the following format:
projects/{project_id}/regions/{region}/workflowTemplates/{template_id}
- For projects.locations.workflowTemplates , the
resource name of the template has the following format:
projects/{project_id}/locations/{location}/workflowTemplates/{template_id}
|
version |
int
Output only. The version of template at the time of workflow instantiation. |
create_cluster |
Output only. The create cluster operation metadata. |
graph |
Output only. The workflow graph. |
delete_cluster |
Output only. The delete cluster operation metadata. |
state |
Output only. The workflow state. |
cluster_name |
str
Output only. The name of the target cluster. |
parameters |
Sequence[
Map from parameter names to values that were used for those parameters. |
start_time |
Output only. Workflow start time. |
end_time |
Output only. Workflow end time. |
cluster_uuid |
str
Output only. The UUID of target cluster. |
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 |
State
State(value)
The operation state.