Method
List holdout analyses for a project. Optionally, filter by model.
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.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
list[HoldoutAnalysis] |
|
TYPE |
WHEN |
DataNotFoundError |
`projectId` is not found. |
DataNotFoundError |
`modelId` is not found. |