Skip to content

Custom class handler missing BaseHandler  #3042

Open
@swstack

Description

@swstack

📚 The doc issue

I believe the docs for a custom class level entry point are missing the base-class BaseHandler. If i'm mistaken, please close this issue.

Link: https://github.com/pytorch/serve/blob/master/docs/custom_service.md#custom-handler-with-class-level-entry-point

Suggest a potential alternative/fix

Replace class ModelHandler(object): with class ModelHandler(BaseHandler):

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    Status

    Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions