Method
describeHoldoutAnalysisVersion GET
Copy GET

Get a holdout analysis version.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes holdoutAnalysisVersion str ID of the holdout analysis version to get
No getMetrics bool (optional) Whether to get the metrics for the holdout analysis version
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result HoldoutAnalysisVersion
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.
Language: