pdstools.infinity.resources.prediction_studio¶
Submodules¶
- pdstools.infinity.resources.prediction_studio.async_base
- pdstools.infinity.resources.prediction_studio.base
- pdstools.infinity.resources.prediction_studio.local_model_utils
- pdstools.infinity.resources.prediction_studio.types
- pdstools.infinity.resources.prediction_studio.v24_1
- pdstools.infinity.resources.prediction_studio.v24_2
Classes¶
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
Functions¶
Package Contents¶
- class AsyncPredictionStudioBase(client: pdstools.infinity.client.AsyncAPIClient)¶
Bases:
pdstools.infinity.internal._resource.AsyncAPIResource
,abc.ABC
Helper class that provides a standard way to create an ABC using inheritance.
- Parameters:
client (pdstools.infinity.client.AsyncAPIClient)
- abstract list_predictions() pdstools.infinity.internal._pagination.PaginatedList[Prediction] ¶
- Async:
- Return type:
pdstools.infinity.internal._pagination.PaginatedList[Prediction]
- abstract repository() Repository ¶
- Async:
- Return type:
- class PredictionStudioBase(client: pdstools.infinity.client.SyncAPIClient)¶
Bases:
pdstools.infinity.internal._resource.SyncAPIResource
,abc.ABC
Helper class that provides a standard way to create an ABC using inheritance.
- Parameters:
client (pdstools.infinity.client.SyncAPIClient)
- abstract list_predictions() pdstools.infinity.internal._pagination.PaginatedList[Prediction] ¶
- abstract repository() Repository ¶
- Return type:
- get(version: str) Type[base.PredictionStudioBase] ¶
- Parameters:
version (str)
- Return type:
- get_async(version: str) Type[base.AsyncPredictionStudioBase] ¶
- Parameters:
version (str)
- Return type: