torchserve-dashboard icon indicating copy to clipboard operation
torchserve-dashboard copied to clipboard

Inference API

Open cceyda opened this issue 3 years ago • 0 comments

Moving the discussion from https://github.com/cceyda/torchserve-dashboard/issues/1#issuecomment-863911194 to here

Current challenges blocking this:

  • there is no way to know the format of the expected request/response. Especially for custom handlers.

(I prefer not do model_name->type matching manually)

If a request/response schema is added to the returned OpenAPI definitions, I can probably auto generate something like SwaggerUI.

cceyda avatar Jun 21 '21 13:06 cceyda