Interface SearchModelMonitoringStatsFilter.TabularStatsFilterOrBuilder (3.44.0)

public static interface SearchModelMonitoringStatsFilter.TabularStatsFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAlgorithm()

public abstract String getAlgorithm()

Specify the algorithm type used for distance calculation, eg: jensen_shannon_divergence, l_infinity.

string algorithm = 5;

Returns
Type Description
String

The algorithm.

getAlgorithmBytes()

public abstract ByteString getAlgorithmBytes()

Specify the algorithm type used for distance calculation, eg: jensen_shannon_divergence, l_infinity.

string algorithm = 5;

Returns
Type Description
ByteString

The bytes for algorithm.

getModelMonitoringJob()

public abstract String getModelMonitoringJob()

From a particular monitoring job.

string model_monitoring_job = 3;

Returns
Type Description
String

The modelMonitoringJob.

getModelMonitoringJobBytes()

public abstract ByteString getModelMonitoringJobBytes()

From a particular monitoring job.

string model_monitoring_job = 3;

Returns
Type Description
ByteString

The bytes for modelMonitoringJob.

getModelMonitoringSchedule()

public abstract String getModelMonitoringSchedule()

From a particular monitoring schedule.

string model_monitoring_schedule = 4;

Returns
Type Description
String

The modelMonitoringSchedule.

getModelMonitoringScheduleBytes()

public abstract ByteString getModelMonitoringScheduleBytes()

From a particular monitoring schedule.

string model_monitoring_schedule = 4;

Returns
Type Description
ByteString

The bytes for modelMonitoringSchedule.

getObjectiveType()

public abstract String getObjectiveType()

One of the supported monitoring objectives: raw-feature-drift prediction-output-drift feature-attribution

string objective_type = 2;

Returns
Type Description
String

The objectiveType.

getObjectiveTypeBytes()

public abstract ByteString getObjectiveTypeBytes()

One of the supported monitoring objectives: raw-feature-drift prediction-output-drift feature-attribution

string objective_type = 2;

Returns
Type Description
ByteString

The bytes for objectiveType.

getStatsName()

public abstract String getStatsName()

If not specified, will return all the stats_names.

string stats_name = 1;

Returns
Type Description
String

The statsName.

getStatsNameBytes()

public abstract ByteString getStatsNameBytes()

If not specified, will return all the stats_names.

string stats_name = 1;

Returns
Type Description
ByteString

The bytes for statsName.