Interface SearchModelMonitoringStatsFilter.TabularStatsFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchModelMonitoringStatsFilter.TabularStatsFilter,SearchModelMonitoringStatsFilter.TabularStatsFilter.Builder
- Enclosing class:
- SearchModelMonitoringStatsFilter
public static interface SearchModelMonitoringStatsFilter.TabularStatsFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the algorithm type used for distance calculation, eg: jensen_shannon_divergence, l_infinity.com.google.protobuf.ByteStringSpecify the algorithm type used for distance calculation, eg: jensen_shannon_divergence, l_infinity.From a particular monitoring job.com.google.protobuf.ByteStringFrom a particular monitoring job.From a particular monitoring schedule.com.google.protobuf.ByteStringFrom a particular monitoring schedule.One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`com.google.protobuf.ByteStringOne of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`If not specified, will return all the stats_names.com.google.protobuf.ByteStringIf not specified, will return all the stats_names.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStatsName
String getStatsName()If not specified, will return all the stats_names.
string stats_name = 1;- Returns:
- The statsName.
-
getStatsNameBytes
com.google.protobuf.ByteString getStatsNameBytes()If not specified, will return all the stats_names.
string stats_name = 1;- Returns:
- The bytes for statsName.
-
getObjectiveType
String getObjectiveType()One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;- Returns:
- The objectiveType.
-
getObjectiveTypeBytes
com.google.protobuf.ByteString getObjectiveTypeBytes()One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;- Returns:
- The bytes for objectiveType.
-
getModelMonitoringJob
String getModelMonitoringJob()From a particular monitoring job.
string model_monitoring_job = 3;- Returns:
- The modelMonitoringJob.
-
getModelMonitoringJobBytes
com.google.protobuf.ByteString getModelMonitoringJobBytes()From a particular monitoring job.
string model_monitoring_job = 3;- Returns:
- The bytes for modelMonitoringJob.
-
getModelMonitoringSchedule
String getModelMonitoringSchedule()From a particular monitoring schedule.
string model_monitoring_schedule = 4;- Returns:
- The modelMonitoringSchedule.
-
getModelMonitoringScheduleBytes
com.google.protobuf.ByteString getModelMonitoringScheduleBytes()From a particular monitoring schedule.
string model_monitoring_schedule = 4;- Returns:
- The bytes for modelMonitoringSchedule.
-
getAlgorithm
String getAlgorithm()Specify the algorithm type used for distance calculation, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 5;- Returns:
- The algorithm.
-
getAlgorithmBytes
com.google.protobuf.ByteString getAlgorithmBytes()Specify the algorithm type used for distance calculation, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 5;- Returns:
- The bytes for algorithm.
-