fastapp.models package
Submodules
fastapp.models.base module
Base Pydantic Object for Containers
- pydantic model fastapp.models.base.FastAppModel[source]
Bases:
BaseModel
FastApp Pydantic BaseModel
- pydantic model fastapp.models.base.HashableFastAppModel[source]
Bases:
FastAppModel
Hashable FastAppModel
fastapp.models.bodies module
API Request Body Containers
- pydantic model fastapp.models.bodies.GensimRequest[source]
Bases:
FastAppModel
Data body for requests to the /most_similar endpoint
- pydantic model fastapp.models.bodies.RequestBody[source]
Bases:
FastAppModel
Data body for the generic /request endpoint
- pydantic model fastapp.models.bodies.SentimentRequest[source]
Bases:
FastAppModel
Request Format for the /sentiment endpoint
- Fields
fastapp.models.responses module
API Response Objects
- pydantic model fastapp.models.responses.PingResponse[source]
Bases:
FastAppModel
Response returned for the /ping endpoint
- pydantic model fastapp.models.responses.SentimentResponse[source]
Bases:
FastAppModel
Response returned from the /sentiment endpoint
Module contents
API Pydantic Models