Implementation of a Hugging Face serverless API integration for machine learning tasks. More...
#include <cpr/cpr.h>#include <json/json.h>#include <nlohmann/json.hpp>#include <Eigen/Dense>#include <cmath>#include <iostream>#include "BaseFunction.h"#include "velox/exec/tests/utils/AssertQueryBuilder.h"#include "velox/exec/tests/utils/PlanBuilder.h"#include "velox/exec/tests/utils/TempDirectoryPath.h"#include "velox/ml_functions/UtilFunction.h"#include "velox/vector/tests/utils/VectorTestBase.h"Go to the source code of this file.
Classes | |
| class | HuggingFaceServerless |
| Implements a machine learning function that interacts with Hugging Face's serverless API. More... | |
Enumerations | |
| enum | HuggingFaceTaskType { TEXT_CLASSIFICATION , IMAGE_CLASSIFICATION , REGRESSION , TEXT_FEATURE_EXTRACTION } |
| Enumeration of supported Hugging Face task types. More... | |
Implementation of a Hugging Face serverless API integration for machine learning tasks.
| enum HuggingFaceTaskType |