aiq.data_models.function_dependencies#
Classes#
A class to represent the dependencies of a function. |
Module Contents#
- class FunctionDependencies(/, **data: Any)#
Bases:
pydantic.BaseModel
A class to represent the dependencies of a function.
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.