Method
describeHoldoutAnalysis GET
Copy GET

Get a holdout analysis.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes holdoutAnalysisId str ID of the holdout analysis to get
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 HoldoutAnalysis
KEY TYPE Description
holdoutAnalysisId str The unique identifier of the holdout analysis.
name str The name of the holdout analysis.
featureGroupIds List[str] The feature group ids associated with the holdout analysis.
modelId str The model id associated with the holdout analysis.
modelName str The model name associated with the holdout analysis.

Exceptions:

TYPE WHEN
DataNotFoundError

holdoutAnalysisId is not found.

Language: