Method
listHoldoutAnalysis GET
Copy GET

List holdout analyses for a project. Optionally, filter by model.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes projectId str ID of the project to list holdout analyses for
No modelId str (optional) ID of the model to filter by
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 list[HoldoutAnalysis]

Exceptions:

TYPE WHEN
DataNotFoundError

projectId is not found.

DataNotFoundError

modelId is not found.

Language: