š DataChain Open-Source Release. Star us on !
class HTTPClient
MlemABC parent type: client
MlemABC type: http
Access models served with http-based serversFields:
raw: bool = False - Pass values as-is without serializers
host: str = "0.0.0.0" - Server host
port: int = 8080 - Server port
class ModelInterface
MlemABC parent type: interface
MlemABC type: model
Interface that descibes model methodsFields:
model: MlemModel (required) - Model metadataclass SimpleInterface
MlemABC parent type: interface
MlemABC type: simple
Interface that exposes its own methods that marked with `expose`
decoratorFields:
methods: InterfaceDescriptor = InterfaceDescriptor() - Interface version and
methodsclass InterfaceDescriptor
Class docstring missingNo fields