google_api_dataproc v0.10.0 GoogleApi.Dataproc.V1.Model.WorkflowMetadata View Source
A Cloud 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.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 template.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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Dataproc.V1.Model.WorkflowMetadata{
clusterName: String.t(),
clusterUuid: String.t(),
createCluster: GoogleApi.Dataproc.V1.Model.ClusterOperation.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()
}
t() :: %GoogleApi.Dataproc.V1.Model.WorkflowMetadata{ clusterName: String.t(), clusterUuid: String.t(), createCluster: GoogleApi.Dataproc.V1.Model.ClusterOperation.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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.