Move files
This commit is contained in:
parent
b97b20ba88
commit
c046d64a98
16 changed files with 35 additions and 36 deletions
|
|
@ -6,6 +6,11 @@ from .function_metadata import FunctionMetadata
|
|||
from .health_check_response import HealthCheckResponse
|
||||
from .model import Model
|
||||
from .operators import operators
|
||||
from .outputs import (
|
||||
ClassificationOutput,
|
||||
MultiLabelClassificationOutput,
|
||||
RegressionOutput,
|
||||
)
|
||||
from .query import Query
|
||||
from .route_config import RouteConfig
|
||||
from .sort_by import SortBy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue