Uses of Class
org.apache.camel.component.torchserve.client.model.ApiException
Packages that use ApiException
Package
Description
-
Uses of ApiException in org.apache.camel.component.torchserve.client
Methods in org.apache.camel.component.torchserve.client that throw ApiExceptionModifier and TypeMethodDescriptionInference.apiDescription()Get openapi description.Management.apiDescription()Get openapi description.Management.describeModel(String modelName) Provides detailed information about the default version of a model.Management.describeModel(String modelName, String modelVersion) Provides detailed information about the specified version of a model.Inference.explanations(String modelName) Not supported yet.Management.listModels(Integer limit, String nextPageToken) List registered models in TorchServe.Metrics.metrics()Get TorchServe application metrics in prometheus format.Get TorchServe application metrics in prometheus format.Inference.ping()Get TorchServe status.Inference.predictions(String modelName, Object body) Predictions entry point to get inference using default model version.Inference.predictions(String modelName, String modelVersion, Object body) Predictions entry point to get inference using specific model version.Management.registerModel(String url, RegisterOptions options) Register a new model in TorchServe.Management.setAutoScale(String modelName, String modelVersion, ScaleWorkerOptions options) Configure number of workers for a specified version of a model.Management.setAutoScale(String modelName, ScaleWorkerOptions options) Configure number of workers for a default version of a model.Management.setDefault(String modelName, String modelVersion) Set default version of a model.Not supported yet.Management.unregisterModel(String modelName, String modelVersion, UnregisterOptions options) Unregister the specified version of a model from TorchServe.Management.unregisterModel(String modelName, UnregisterOptions options) Unregister the default version of a model from TorchServe if it is the only version available. -
Uses of ApiException in org.apache.camel.component.torchserve.client.impl
Methods in org.apache.camel.component.torchserve.client.impl that throw ApiExceptionModifier and TypeMethodDescriptionDefaultInference.apiDescription()DefaultManagement.apiDescription()DefaultManagement.describeModel(String modelName) DefaultManagement.describeModel(String modelName, String modelVersion) DefaultManagement.listModels(Integer limit, String nextPageToken) DefaultMetrics.metrics()DefaultInference.ping()DefaultInference.predictions(String modelName, Object body) DefaultInference.predictions(String modelName, String modelVersion, Object body) DefaultManagement.registerModel(String url, RegisterOptions options) DefaultManagement.setAutoScale(String modelName, String modelVersion, ScaleWorkerOptions options) DefaultManagement.setAutoScale(String modelName, ScaleWorkerOptions options) DefaultManagement.setDefault(String modelName, String modelVersion) DefaultManagement.unregisterModel(String modelName, String modelVersion, UnregisterOptions options) DefaultManagement.unregisterModel(String modelName, UnregisterOptions options)