Declaring Type: IHttpApi
Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Do a prediction according parameters for custom model defined in the Studio.
public Task<PredictResponse<TModel>> PredictPostAsync<TModel>(PredictParameter predictParameter, CustomEndpoint endpoint = null);
TModel
Result expected type.
predictParameter
PredictParameter
endpoint
CustomEndpoint
Task<PredictResponse<TModel>>
Documentation generated by MdDocs