Package org.apache.beam.sdk.ml.inference.remote
package org.apache.beam.sdk.ml.inference.remote
Remote ML inference.
-
ClassDescriptionBase class for defining input types used with remote inference transforms.BaseModelHandler<ParamT extends BaseModelParameters,
InputT extends BaseInput, OutputT extends BaseResponse> Interface for model-specific handlers that perform remote inference operations.Base interface for defining model-specific parameters used to configure remote inference clients.Base class for defining response types returned from remote inference operations.PredictionResult<InputT,OutputT> Pairs an input with its corresponding inference output.APTransformfor making remote inference calls to external machine learning services.A utility for running request and handle failures and retries.