A holdout analysis version object.
| KEY | TYPE | Description |
|---|---|---|
| holdoutAnalysisVersion | str | The unique identifier of the holdout analysis version. |
| holdoutAnalysisId | str | The unique identifier of the holdout analysis. |
| createdAt | str | The timestamp at which the holdout analysis version was created. |
| status | str | The status of the holdout analysis version. |
| error | str | The error message if the status is FAILED. |
| modelId | str | The model id associated with the holdout analysis. |
| modelVersion | str | The model version associated with the holdout analysis. |
| algorithm | str | The algorithm used to train the model. |
| algoName | str | The name of the algorithm used to train the model. |
| metrics | dict | The metrics of the holdout analysis version. |
| metricInfos | dict | The metric infos of the holdout analysis version. |