Production Pipelines
Pipelines, for MLOps, efficiently integrate your data with streamlined processing and make inference with your pre-built models.
Last updated
Pipelines, for MLOps, efficiently integrate your data with streamlined processing and make inference with your pre-built models.
Last updated
Our production pipelines works strictly with your dataset in CSV or JSON files. This API is exposed to ease the generation of dataset from single values or vector of values to be used for prediction.
POST
https://autogon.ai/api/v1/models/generate
To prepare a single value for prediction, pass the single value. To prepare for multiple values, pass them in an array. To prepare multi-dimensional values, pass them in nested arrays.
Name | Type | Description |
---|---|---|
POST
https://autogon.ai/api/v1/models/production/
Name | Type | Description |
---|---|---|
data*
Various
Value(s) to be generated for prediction.
test_data*
string
Dataset to be predicted
flow_id
String
Pipeline identifier to use for inference