Interface ModelMonitoringStatsDataPoint.TypedValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringStatsDataPoint.TypedValue,ModelMonitoringStatsDataPoint.TypedValue.Builder
- Enclosing class:
- ModelMonitoringStatsDataPoint
public static interface ModelMonitoringStatsDataPoint.TypedValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDistribution.Distribution.doubleDouble.booleanDistribution.booleanDouble.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
-
hasDoubleValue
boolean hasDoubleValue()Double.
double double_value = 1;- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()Double.
double double_value = 1;- Returns:
- The doubleValue.
-
hasDistributionValue
boolean hasDistributionValue()Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;- Returns:
- Whether the distributionValue field is set.
-
getDistributionValue
ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue getDistributionValue()Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;- Returns:
- The distributionValue.
-
getDistributionValueOrBuilder
ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValueOrBuilder getDistributionValueOrBuilder()Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2; -
getValueCase
ModelMonitoringStatsDataPoint.TypedValue.ValueCase getValueCase()
-