View Source GoogleApi.Dataproc.V1.Model.WorkflowMetadata (google_api_dataproc v0.54.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.WorkflowMetadata{
  clusterName: String.t() | nil,
  clusterUuid: String.t() | nil,
  createCluster: GoogleApi.Dataproc.V1.Model.ClusterOperation.t() | nil,
  dagEndTime: DateTime.t() | nil,
  dagStartTime: DateTime.t() | nil,
  dagTimeout: String.t() | nil,
  deleteCluster: GoogleApi.Dataproc.V1.Model.ClusterOperation.t() | nil,
  endTime: DateTime.t() | nil,
  graph: GoogleApi.Dataproc.V1.Model.WorkflowGraph.t() | nil,
  parameters: map() | nil,
  startTime: DateTime.t() | nil,
  state: String.t() | nil,
  template: String.t() | nil,
  version: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.