Abstract class AAccessorConfigValidator¶
Represents an IConfigValidator for the inference platform configuration file to be used.
The configuration file read is a dictionary containing:
- platform (
str): The name of the inference platform to be used. - platform_options (
Dict[str, Any]): Dictionary containing the inference platform parameters. The contents are related to the inference platform and are specified by the descendants of this abstract class. - response_timeout (
int): The maximum response timeout (in milliseconds).
Extension Points
- The specific inference platform is described by the descendants of this abstract class.
Details
-
Fully-qualified Name:
configuration.config_validator.AAccessorConfigValidator -
Inherits from:
Public methods¶
- __init__
(config_dict: Dict[str, Any]) -> Dict[str, Any]
Protected methods¶
-
_ap__assert_purperrors
(config_dict: Dict[str, Any]) -> Dict[str, Any] -
_ap__assert_platspec
(config_dict: Dict[str, Any]) -> Dict[str, Any]