Interface ModelMonitoringTabularStatsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelMonitoringTabularStats, ModelMonitoringTabularStats.Builder

@Generated public interface ModelMonitoringTabularStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStatsName

      String getStatsName()
       The stats name.
       
      string stats_name = 1;
      Returns:
      The statsName.
    • getStatsNameBytes

      com.google.protobuf.ByteString getStatsNameBytes()
       The stats name.
       
      string stats_name = 1;
      Returns:
      The bytes for statsName.
    • getObjectiveType

      String getObjectiveType()
       One of the supported monitoring objectives:
       `raw-feature-drift`
       `prediction-output-drift`
       `feature-attribution`
       
      string objective_type = 2;
      Returns:
      The objectiveType.
    • getObjectiveTypeBytes

      com.google.protobuf.ByteString getObjectiveTypeBytes()
       One of the supported monitoring objectives:
       `raw-feature-drift`
       `prediction-output-drift`
       `feature-attribution`
       
      string objective_type = 2;
      Returns:
      The bytes for objectiveType.
    • getDataPointsList

      List<ModelMonitoringStatsDataPoint> getDataPointsList()
       The data points of this time series. When listing time series, points are
       returned in reverse time order.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint data_points = 3;
    • getDataPoints

      ModelMonitoringStatsDataPoint getDataPoints(int index)
       The data points of this time series. When listing time series, points are
       returned in reverse time order.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint data_points = 3;
    • getDataPointsCount

      int getDataPointsCount()
       The data points of this time series. When listing time series, points are
       returned in reverse time order.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint data_points = 3;
    • getDataPointsOrBuilderList

      List<? extends ModelMonitoringStatsDataPointOrBuilder> getDataPointsOrBuilderList()
       The data points of this time series. When listing time series, points are
       returned in reverse time order.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint data_points = 3;
    • getDataPointsOrBuilder

      ModelMonitoringStatsDataPointOrBuilder getDataPointsOrBuilder(int index)
       The data points of this time series. When listing time series, points are
       returned in reverse time order.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint data_points = 3;