aiq.registry_handlers.rest.register_rest#
Classes#
Registry handler for interacting with a remote REST registry. |
Functions#
|
Module Contents#
- class RestRegistryHandlerConfig(/, **data: Any)#
Bases:
aiq.data_models.registry_handler.RegistryHandlerBaseConfig
Registry handler for interacting with a remote REST registry.
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError
][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.self
is explicitly positional-only to allowself
as a field name.
- async rest_search_handler(config: RestRegistryHandlerConfig)#