GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig (google_api_dataflow v0.30.1) View Source
Configuration information for a single streaming computation.
Attributes
-
computationId
(type:String.t
, default:nil
) - Unique identifier for this computation. -
instructions
(type:list(GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t)
, default:nil
) - Instructions that comprise the computation. -
stageName
(type:String.t
, default:nil
) - Stage name of this computation. -
systemName
(type:String.t
, default:nil
) - System defined name for this computation. -
transformUserNameToStateFamily
(type:map()
, default:nil
) - Map from user name of stateful transforms in this stage to their state family.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig{ computationId: String.t(), instructions: [GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t()], stageName: String.t(), systemName: String.t(), transformUserNameToStateFamily: map() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.