GoogleApi.Dataproc.V1.Model.NativeSqlExecutionUiData (google_api_dataproc v0.59.0)
View SourceNative SQL Execution Data
Attributes
-
description(type:String.t, default:nil) - Optional. Description of the execution. -
executionId(type:String.t, default:nil) - Required. Execution ID of the Native SQL Execution. -
fallbackDescription(type:String.t, default:nil) - Optional. Description of the fallback. -
fallbackNodeToReason(type:list(GoogleApi.Dataproc.V1.Model.FallbackReason.t), default:nil) - Optional. Fallback node to reason. -
numFallbackNodes(type:integer(), default:nil) - Optional. Number of nodes fallen back to Spark. -
numNativeNodes(type:integer(), default:nil) - Optional. Number of nodes in Native.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.NativeSqlExecutionUiData{ description: String.t() | nil, executionId: String.t() | nil, fallbackDescription: String.t() | nil, fallbackNodeToReason: [GoogleApi.Dataproc.V1.Model.FallbackReason.t()] | nil, numFallbackNodes: integer() | nil, numNativeNodes: integer() | nil }