pdstools.infinity.resources.prediction_studio.base¶
Classes¶
Behaviour wrapper around a |
|
Behaviour wrapper around a |
Module Contents¶
- class ModelInstance(client, **payload)¶
Bases:
_ModelInstanceMixin,pdstools.infinity.internal._resource.SyncAPIResourceBehaviour wrapper around a
ModelInstanceDatapayload.The raw API payload is validated into
self._data(a Pydantic model). Attribute reads fall through to_datavia__getattr__, soinstance.instance_idetc. keep working, while_public_dict/_public_fieldsare sourced from_dataso thereturn_df=Truecode paths (list_instances) produce a stable, fully-populated schema.
- class AsyncModelInstance(client, **payload)¶
Bases:
_ModelInstanceMixin,pdstools.infinity.internal._resource.AsyncAPIResourceBehaviour wrapper around a
ModelInstanceDatapayload.The raw API payload is validated into
self._data(a Pydantic model). Attribute reads fall through to_datavia__getattr__, soinstance.instance_idetc. keep working, while_public_dict/_public_fieldsare sourced from_dataso thereturn_df=Truecode paths (list_instances) produce a stable, fully-populated schema.