public sealed class SearchModelMonitoringStatsFilter : IMessage<SearchModelMonitoringStatsFilter>, IEquatable<SearchModelMonitoringStatsFilter>, IDeepCloneable<SearchModelMonitoringStatsFilter>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class SearchModelMonitoringStatsFilter.
Filter for searching ModelMonitoringStats.
Implements
IMessageSearchModelMonitoringStatsFilter, IEquatableSearchModelMonitoringStatsFilter, IDeepCloneableSearchModelMonitoringStatsFilter, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchModelMonitoringStatsFilter()
public SearchModelMonitoringStatsFilter()SearchModelMonitoringStatsFilter(SearchModelMonitoringStatsFilter)
public SearchModelMonitoringStatsFilter(SearchModelMonitoringStatsFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchModelMonitoringStatsFilter |
Properties
FilterCase
public SearchModelMonitoringStatsFilter.FilterOneofCase FilterCase { get; }| Property Value | |
|---|---|
| Type | Description |
SearchModelMonitoringStatsFilterFilterOneofCase |
|
TabularStatsFilter
public SearchModelMonitoringStatsFilter.Types.TabularStatsFilter TabularStatsFilter { get; set; }Tabular statistics filter.
| Property Value | |
|---|---|
| Type | Description |
SearchModelMonitoringStatsFilterTypesTabularStatsFilter |
|