GoogleApi.Dataproc.V1.Model.WorkflowMetadata (google_api_dataproc v0.43.0) View Source
A Dataproc workflow template resource.
Attributes
-
clusterName
(type:String.t
, default:nil
) - Output only. The name of the target cluster. -
clusterUuid
(type:String.t
, default:nil
) - Output only. The UUID of target cluster. -
createCluster
(type:GoogleApi.Dataproc.V1.Model.ClusterOperation.t
, default:nil
) - Output only. The create cluster operation metadata. -
dagEndTime
(type:DateTime.t
, default:nil
) - Output only. DAG end time, only set for workflows with dag_timeout when DAG ends. -
dagStartTime
(type:DateTime.t
, default:nil
) - Output only. DAG start time, only set for workflows with dag_timeout when DAG begins. -
dagTimeout
(type:String.t
, default:nil
) - Output only. The timeout duration for the DAG of jobs, expressed in seconds (see JSON representation of duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). -
deleteCluster
(type:GoogleApi.Dataproc.V1.Model.ClusterOperation.t
, default:nil
) - Output only. The delete cluster operation metadata. -
endTime
(type:DateTime.t
, default:nil
) - Output only. Workflow end time. -
graph
(type:GoogleApi.Dataproc.V1.Model.WorkflowGraph.t
, default:nil
) - Output only. The workflow graph. -
parameters
(type:map()
, default:nil
) - Map from parameter names to values that were used for those parameters. -
startTime
(type:DateTime.t
, default:nil
) - Output only. Workflow start time. -
state
(type:String.t
, default:nil
) - Output only. The workflow state. -
template
(type:String.t
, default:nil
) - 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
(type:integer()
, default:nil
) - Output only. The version of template at the time of workflow instantiation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataproc.V1.Model.WorkflowMetadata{ clusterName: String.t(), clusterUuid: String.t(), createCluster: GoogleApi.Dataproc.V1.Model.ClusterOperation.t(), dagEndTime: DateTime.t(), dagStartTime: DateTime.t(), dagTimeout: String.t(), deleteCluster: GoogleApi.Dataproc.V1.Model.ClusterOperation.t(), endTime: DateTime.t(), graph: GoogleApi.Dataproc.V1.Model.WorkflowGraph.t(), parameters: map(), startTime: DateTime.t(), state: String.t(), template: String.t(), version: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.