public sealed class SearchModelMonitoringStatsFilter.Types.TabularStatsFilter : IMessage<SearchModelMonitoringStatsFilter.Types.TabularStatsFilter>, IEquatable<SearchModelMonitoringStatsFilter.Types.TabularStatsFilter>, IDeepCloneable<SearchModelMonitoringStatsFilter.Types.TabularStatsFilter>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class SearchModelMonitoringStatsFilter.Types.TabularStatsFilter.
Tabular statistics filter.
Implements
IMessageSearchModelMonitoringStatsFilterTypesTabularStatsFilter, IEquatableSearchModelMonitoringStatsFilterTypesTabularStatsFilter, IDeepCloneableSearchModelMonitoringStatsFilterTypesTabularStatsFilter, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|