RunInference

Pydoc Pydoc




Uses models to do local and remote inference. A RunInference transform performs inference on a PCollection of examples using a machine learning (ML) model. The transform outputs a PCollection that contains the input examples and output predictions.

You must have Apache Beam 2.40.0 or later installed to run these pipelines.

See more RunInference API pipeline examples.

Examples

The following examples show how to create pipelines that use the Beam RunInference API to make predictions based on models.

Not applicable.

Pydoc Pydoc