Cloud AI Platform v1beta1 API - Class SearchModelMonitoringStatsFilter.Types.TabularStatsFilter (1.0.0-beta03)

public sealed class SearchModelMonitoringStatsFilter.Types.TabularStatsFilter : IMessage<SearchModelMonitoringStatsFilter.Types.TabularStatsFilter>, IEquatable<SearchModelMonitoringStatsFilter.Types.TabularStatsFilter>, IDeepCloneable<SearchModelMonitoringStatsFilter.Types.TabularStatsFilter>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SearchModelMonitoringStatsFilter.Types.TabularStatsFilter.

Tabular statistics filter.

Inheritance

object > SearchModelMonitoringStatsFilter.Types.TabularStatsFilter

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TabularStatsFilter()

public TabularStatsFilter()

TabularStatsFilter(TabularStatsFilter)

public TabularStatsFilter(SearchModelMonitoringStatsFilter.Types.TabularStatsFilter other)
Parameter
Name Description
other SearchModelMonitoringStatsFilterTypesTabularStatsFilter

Properties

Algorithm

public string Algorithm { get; set; }

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

Property Value
Type Description
string

ModelMonitoringJob

public string ModelMonitoringJob { get; set; }

From a particular monitoring job.

Property Value
Type Description
string

ModelMonitoringSchedule

public string ModelMonitoringSchedule { get; set; }

From a particular monitoring schedule.

Property Value
Type Description
string

ObjectiveType

public string ObjectiveType { get; set; }

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

Property Value
Type Description
string

StatsName

public string StatsName { get; set; }

If not specified, will return all the stats_names.

Property Value
Type Description
string