Method
modelMonitorVersionMetricData GET
Copy GET

Provides the data needed for decile metrics associated with the model monitor.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes modelMonitorVersion str Unique string identifier for the model monitor version.
Yes metricType str The type of metric to get data for.
No actualValuesToDetail List[str] The actual values to detail.
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 ModelMonitorVersionMetricData
KEY TYPE Description
name str The name of the metric type
algoName str The name of the algo used for the prediction metric
featureGroupVersion str The prediction feature group used for analysis
modelMonitor str The id of the model monitor
modelMonitorVersion str The id of the model monitor version
metricInfos dict Name and description for metrics
metricNames dict Internal name to external name mapping
metrics dict Metric name to metric data
metricCharts list List of different metric charts
otherMetrics list List of other metrics to optionally plot
actualValuesSupportedForDrilldown list List of values support for drilldown
Language: