public static interface SearchModelMonitoringStatsFilter.TabularStatsFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Specify the algorithm type used for distance calculation, eg:
jensen_shannon_divergence, l_infinity.
|
com.google.protobuf.ByteString |
getAlgorithmBytes()
Specify the algorithm type used for distance calculation, eg:
jensen_shannon_divergence, l_infinity.
|
String |
getModelMonitoringJob()
From a particular monitoring job.
|
com.google.protobuf.ByteString |
getModelMonitoringJobBytes()
From a particular monitoring job.
|
String |
getModelMonitoringSchedule()
From a particular monitoring schedule.
|
com.google.protobuf.ByteString |
getModelMonitoringScheduleBytes()
From a particular monitoring schedule.
|
String |
getObjectiveType()
One of the supported monitoring objectives:
`raw-feature-drift`
`prediction-output-drift`
`feature-attribution`
string objective_type = 2; |
com.google.protobuf.ByteString |
getObjectiveTypeBytes()
One of the supported monitoring objectives:
`raw-feature-drift`
`prediction-output-drift`
`feature-attribution`
string objective_type = 2; |
String |
getStatsName()
If not specified, will return all the stats_names.
|
com.google.protobuf.ByteString |
getStatsNameBytes()
If not specified, will return all the stats_names.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStatsName()
If not specified, will return all the stats_names.
string stats_name = 1;com.google.protobuf.ByteString getStatsNameBytes()
If not specified, will return all the stats_names.
string stats_name = 1;String getObjectiveType()
One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;com.google.protobuf.ByteString getObjectiveTypeBytes()
One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;String getModelMonitoringJob()
From a particular monitoring job.
string model_monitoring_job = 3;com.google.protobuf.ByteString getModelMonitoringJobBytes()
From a particular monitoring job.
string model_monitoring_job = 3;String getModelMonitoringSchedule()
From a particular monitoring schedule.
string model_monitoring_schedule = 4;com.google.protobuf.ByteString getModelMonitoringScheduleBytes()
From a particular monitoring schedule.
string model_monitoring_schedule = 4;String getAlgorithm()
Specify the algorithm type used for distance calculation, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 5;com.google.protobuf.ByteString getAlgorithmBytes()
Specify the algorithm type used for distance calculation, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 5;Copyright © 2025 Google LLC. All rights reserved.