GoogleApi.Dataflow.V1b3.Model.ComputationTopology (google_api_dataflow v0.30.1) View Source
All configuration data for a particular Computation.
Attributes
-
computationId
(type:String.t
, default:nil
) - The ID of the computation. -
inputs
(type:list(GoogleApi.Dataflow.V1b3.Model.StreamLocation.t)
, default:nil
) - The inputs to the computation. -
keyRanges
(type:list(GoogleApi.Dataflow.V1b3.Model.KeyRangeLocation.t)
, default:nil
) - The key ranges processed by the computation. -
outputs
(type:list(GoogleApi.Dataflow.V1b3.Model.StreamLocation.t)
, default:nil
) - The outputs from the computation. -
stateFamilies
(type:list(GoogleApi.Dataflow.V1b3.Model.StateFamilyConfig.t)
, default:nil
) - The state family values. -
systemStageName
(type:String.t
, default:nil
) - The system stage name.
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.ComputationTopology{ computationId: String.t(), inputs: [GoogleApi.Dataflow.V1b3.Model.StreamLocation.t()], keyRanges: [GoogleApi.Dataflow.V1b3.Model.KeyRangeLocation.t()], outputs: [GoogleApi.Dataflow.V1b3.Model.StreamLocation.t()], stateFamilies: [GoogleApi.Dataflow.V1b3.Model.StateFamilyConfig.t()], systemStageName: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.