DataExchange
- class DataExchange
Bases:
CommonBaseModel
Represents the data exchange information in a model.
- model_identifier
The identifier of the model.
- Type:
Optional[str]
- inputs
The list of input variables.
- Type:
Optional[List[Any]]
- outputs
The list of output variables.
- Type:
Optional[List[Any]]
Attributes Summary
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Attributes Documentation
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'allow', 'protected_namespaces': (), 'validate_assignment': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Attributes:
__setattr__ handlers.
- __pydantic_setattr_handlers__: ClassVar[Dict[str, Callable[[BaseModel, str, Any], None]]] = {}
__setattr__ handlers. Memoizing the handlers leads to a dramatic performance improvement in __setattr__