ClavataRailConfig#
- class nemo_microservices.types.shared_params.ClavataRailConfig
Bases:
TypedDict- input: ClavataRailOptions
Configuration data for the Clavata API
- label_match_logic: Literal['ANY', 'ALL']
The logic to use when deciding whether the evaluation matched. If ANY, only one of the configured labels needs to be found in the input or output. If ALL, all configured labels must be found in the input or output.
- output: ClavataRailOptions
Configuration data for the Clavata API
- policies: Dict[str, str]
A dictionary of policy aliases and their corresponding IDs.
- server_endpoint: str
The endpoint for the Clavata API