fiftyone.operators.server¶
FiftyOne operator server.
Functions:
|
|
|
|
|
|
Classes:
|
|
|
|
|
|
|
|
|
|
|
-
fiftyone.operators.server.
get_operators
(registry: fiftyone.operators.permissions.PermissionedOperatorRegistry)¶
-
class
fiftyone.operators.server.
ListOperators
(scope: MutableMapping[str, Any], receive: Callable[], Awaitable[MutableMapping[str, Any]]], send: Callable[[MutableMapping[str, Any]], Awaitable[None]])¶ Bases:
starlette.endpoints.HTTPEndpoint
Methods:
post
(request, *args)dispatch
()method_not_allowed
(request)-
async
post
(request: starlette.requests.Request, *args) → Union[dict, starlette.responses.Response]¶
-
async
dispatch
() → None¶
-
async
method_not_allowed
(request: starlette.requests.Request) → starlette.responses.Response¶
-
async
-
class
fiftyone.operators.server.
ResolvePlacements
(scope: MutableMapping[str, Any], receive: Callable[], Awaitable[MutableMapping[str, Any]]], send: Callable[[MutableMapping[str, Any]], Awaitable[None]])¶ Bases:
starlette.endpoints.HTTPEndpoint
Methods:
post
(request, *args)dispatch
()method_not_allowed
(request)-
async
post
(request: starlette.requests.Request, *args) → Union[dict, starlette.responses.Response]¶
-
async
dispatch
() → None¶
-
async
method_not_allowed
(request: starlette.requests.Request) → starlette.responses.Response¶
-
async
-
class
fiftyone.operators.server.
ExecuteOperator
(scope: MutableMapping[str, Any], receive: Callable[], Awaitable[MutableMapping[str, Any]]], send: Callable[[MutableMapping[str, Any]], Awaitable[None]])¶ Bases:
starlette.endpoints.HTTPEndpoint
Methods:
post
(request, *args)dispatch
()method_not_allowed
(request)-
async
post
(request: starlette.requests.Request, *args) → Union[dict, starlette.responses.Response]¶
-
async
dispatch
() → None¶
-
async
method_not_allowed
(request: starlette.requests.Request) → starlette.responses.Response¶
-
async
-
fiftyone.operators.server.
create_response_generator
(generator)¶
-
fiftyone.operators.server.
create_response_async_generator
(generator)¶
-
fiftyone.operators.server.
create_permission_error
(uri)¶
-
class
fiftyone.operators.server.
ExecuteOperatorAsGenerator
(scope: MutableMapping[str, Any], receive: Callable[], Awaitable[MutableMapping[str, Any]]], send: Callable[[MutableMapping[str, Any]], Awaitable[None]])¶ Bases:
starlette.endpoints.HTTPEndpoint
Methods:
post
(request, *args)dispatch
()method_not_allowed
(request)-
async
post
(request: starlette.requests.Request, *args) → Union[dict, starlette.responses.Response]¶
-
async
dispatch
() → None¶
-
async
method_not_allowed
(request: starlette.requests.Request) → starlette.responses.Response¶
-
async
-
class
fiftyone.operators.server.
ResolveType
(scope: MutableMapping[str, Any], receive: Callable[], Awaitable[MutableMapping[str, Any]]], send: Callable[[MutableMapping[str, Any]], Awaitable[None]])¶ Bases:
starlette.endpoints.HTTPEndpoint
Methods:
post
(request, *args)dispatch
()method_not_allowed
(request)-
async
post
(request: starlette.requests.Request, *args) → Union[dict, starlette.responses.Response]¶
-
async
dispatch
() → None¶
-
async
method_not_allowed
(request: starlette.requests.Request) → starlette.responses.Response¶
-
async
-
class
fiftyone.operators.server.
ResolveExecutionOptions
(scope: MutableMapping[str, Any], receive: Callable[], Awaitable[MutableMapping[str, Any]]], send: Callable[[MutableMapping[str, Any]], Awaitable[None]])¶ Bases:
starlette.endpoints.HTTPEndpoint
Methods:
post
(request, *args)dispatch
()method_not_allowed
(request)-
async
post
(request: starlette.requests.Request, *args) → Union[dict, starlette.responses.Response]¶
-
async
dispatch
() → None¶
-
async
method_not_allowed
(request: starlette.requests.Request) → starlette.responses.Response¶
-
async