Interface SearchModelMonitoringStatsFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchModelMonitoringStatsFilter,SearchModelMonitoringStatsFilter.Builder
@Generated
public interface SearchModelMonitoringStatsFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionTabular statistics filter.Tabular statistics filter.booleanTabular statistics filter.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
-
hasTabularStatsFilter
boolean hasTabularStatsFilter()Tabular statistics filter.
.google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter.TabularStatsFilter tabular_stats_filter = 1;- Returns:
- Whether the tabularStatsFilter field is set.
-
getTabularStatsFilter
SearchModelMonitoringStatsFilter.TabularStatsFilter getTabularStatsFilter()Tabular statistics filter.
.google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter.TabularStatsFilter tabular_stats_filter = 1;- Returns:
- The tabularStatsFilter.
-
getTabularStatsFilterOrBuilder
SearchModelMonitoringStatsFilter.TabularStatsFilterOrBuilder getTabularStatsFilterOrBuilder()Tabular statistics filter.
.google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter.TabularStatsFilter tabular_stats_filter = 1; -
getFilterCase
SearchModelMonitoringStatsFilter.FilterCase getFilterCase()
-