Interface ModelMonitoringStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringStats,ModelMonitoringStats.Builder
@Generated
public interface ModelMonitoringStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionGenerated tabular statistics.Generated tabular statistics.booleanGenerated tabular statistics.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
-
hasTabularStats
boolean hasTabularStats()Generated tabular statistics.
.google.cloud.aiplatform.v1beta1.ModelMonitoringTabularStats tabular_stats = 1;- Returns:
- Whether the tabularStats field is set.
-
getTabularStats
ModelMonitoringTabularStats getTabularStats()Generated tabular statistics.
.google.cloud.aiplatform.v1beta1.ModelMonitoringTabularStats tabular_stats = 1;- Returns:
- The tabularStats.
-
getTabularStatsOrBuilder
ModelMonitoringTabularStatsOrBuilder getTabularStatsOrBuilder()Generated tabular statistics.
.google.cloud.aiplatform.v1beta1.ModelMonitoringTabularStats tabular_stats = 1; -
getStatsCase
ModelMonitoringStats.StatsCase getStatsCase()
-