ClavataRailOptions#
- class nemo_microservices.types.shared.ClavataRailOptions(*args: Any, **kwargs: Any)
Bases:
BaseModel- policy: str
The policy alias to use when evaluating inputs or outputs.
- labels: List[str] | None = None
A list of labels to match against the policy. If no labels are provided, the overall policy result will be returned. If labels are provided, only hits on the provided labels will be considered a hit.