:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Controller that launches external system, tensorflow. This controler run with TensorflowRunner on top of batch-style engine.
Data type class
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Controller that pipelines data from operator to operators. This controll is triggered when query has been arrived and pipelines a series of subsequent operators.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Controller that pipelines data from reader to operators when a query arrives. And responses pipelined result to the query submitter.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Controller that simply pipelines DataFrame from reader to writer via a series of operators. This controller mostly run with batch-style engine.
Data type class to be passes through data pipeline from reader to operators
Data type for the final data format
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Controller that simply pipelines DataFrame from reader to writer via a series of operators. This controller can be run both on streaming engine and batch-style engine, and work as batch and streaming processing controller.
Data type class to be passes through data pipeline from reader to operators
Data type for the final data format
Message type class
Session type class for reader object
Session type class for writer object
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Controller that simply pipelines DataFrame from reader to writer via a series of operators. This controller can be run on streaming engine and work as streaming processing controller.
Session type class for reader object
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Controller that simply pipelines DataFrame from one operator to another. This controller runs with TensorflowServingRunner on top of on-demand serving engine.
Data type.
Result type.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Controller that conduct windowing control to queuing data. This controller passes queued data to a consecutive operators. This can be run on streaming engine, and work as a streaming processing controller.
Data type class to be passes through data pipeline from reader to operators
Message type class
Data type for the final data format
Session type class for reader object
Session type class for writer object
:: ApplicationDeveloperApi ::
Controller that simply pipelines data from reader to writer without any operators. This controller mostly run with batch-style engine.
Data type class to be passes through data pipeline from reader to operators
Data type for the final data format