API Documentation#
Ensemble Graph Constructors#
|
Class that represents an entire ensemble consisting of multiple models that run sequentially in tritonserver initiated by an inference request. |
Ensemble Operator Constructors#
|
This operator takes a workflow and turns it into a ensemble operator so that we can execute feature engineering during ensemble on tritonserver. |
|
TensorFlow Model Prediction Operator. |
|
Operator for running inference on Forest models. |
|
Operator for running inference on Implicit models.. |
|
Given inputs of ID and prediction, this operator will sort all inputs in descending order. |
|
This operator takes the input column and filters out elements of that column based on the supplied criteria. |
|
This operator takes a target column and joins the "unroll" columns to the target. |
Conversion Functions for Triton Inference Server#
|
Convert a dataframe to a set of Triton inputs |
|
Convert a Triton response to a dataframe |