Interface LiftSeriesOrBuilder

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

    public interface LiftSeriesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getYInt

        int getYInt()
        int32 y_int = 1;
        Returns:
        The yInt.
      • getYString

        String getYString()
        string y_string = 2;
        Returns:
        The yString.
      • getYStringBytes

        com.google.protobuf.ByteString getYStringBytes()
        string y_string = 2;
        Returns:
        The bytes for yString.
      • hasYBucket

        boolean hasYBucket()
        .tensorflow.metadata.v0.LiftSeries.Bucket y_bucket = 3;
        Returns:
        Whether the yBucket field is set.
      • getYBucket

        LiftSeries.Bucket getYBucket()
        .tensorflow.metadata.v0.LiftSeries.Bucket y_bucket = 3;
        Returns:
        The yBucket.
      • getYCount

        long getYCount()
        uint64 y_count = 4;
        Returns:
        The yCount.
      • getWeightedYCount

        double getWeightedYCount()
        double weighted_y_count = 5;
        Returns:
        The weightedYCount.
      • getLiftValuesList

        List<LiftSeries.LiftValue> getLiftValuesList()
         The lifts for a each path_x value and this y_value.
         
        repeated .tensorflow.metadata.v0.LiftSeries.LiftValue lift_values = 6;
      • getLiftValues

        LiftSeries.LiftValue getLiftValues​(int index)
         The lifts for a each path_x value and this y_value.
         
        repeated .tensorflow.metadata.v0.LiftSeries.LiftValue lift_values = 6;
      • getLiftValuesCount

        int getLiftValuesCount()
         The lifts for a each path_x value and this y_value.
         
        repeated .tensorflow.metadata.v0.LiftSeries.LiftValue lift_values = 6;
      • getLiftValuesOrBuilderList

        List<? extends LiftSeries.LiftValueOrBuilder> getLiftValuesOrBuilderList()
         The lifts for a each path_x value and this y_value.
         
        repeated .tensorflow.metadata.v0.LiftSeries.LiftValue lift_values = 6;
      • getLiftValuesOrBuilder

        LiftSeries.LiftValueOrBuilder getLiftValuesOrBuilder​(int index)
         The lifts for a each path_x value and this y_value.
         
        repeated .tensorflow.metadata.v0.LiftSeries.LiftValue lift_values = 6;