api.interfaces.outputs package
Submodules
api.interfaces.outputs.interface module
api.interfaces.outputs.schema module
- class api.interfaces.outputs.schema.FeaturesSchema(*, only: Optional[Union[Sequence[str], Set[str]]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Optional[Dict] = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: Optional[str] = None)[source]
Bases:
marshmallow.schema.SchemaClass defining the schema for the features input interface
- opts: SchemaOpts = <marshmallow.schema.SchemaOpts object>