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 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

       Distribution.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;
      Returns:
      The distributionValue.
    • getDistributionValueOrBuilder

       Distribution.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;
    • getValueCase