org.tensorflow.metadata.v0.LiftSeriesOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/statistics.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface LiftSeriesOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.LiftSeries)
com.google.protobuf.MessageOrBuilder {
/**
* int32 y_int = 1;
* @return Whether the yInt field is set.
*/
boolean hasYInt();
/**
* int32 y_int = 1;
* @return The yInt.
*/
int getYInt();
/**
* string y_string = 2;
* @return Whether the yString field is set.
*/
boolean hasYString();
/**
* string y_string = 2;
* @return The yString.
*/
java.lang.String getYString();
/**
* string y_string = 2;
* @return The bytes for yString.
*/
com.google.protobuf.ByteString
getYStringBytes();
/**
* .tensorflow.metadata.v0.LiftSeries.Bucket y_bucket = 3;
* @return Whether the yBucket field is set.
*/
boolean hasYBucket();
/**
* .tensorflow.metadata.v0.LiftSeries.Bucket y_bucket = 3;
* @return The yBucket.
*/
org.tensorflow.metadata.v0.LiftSeries.Bucket getYBucket();
/**
* .tensorflow.metadata.v0.LiftSeries.Bucket y_bucket = 3;
*/
org.tensorflow.metadata.v0.LiftSeries.BucketOrBuilder getYBucketOrBuilder();
/**
* uint64 y_count = 4;
* @return Whether the yCount field is set.
*/
boolean hasYCount();
/**
* uint64 y_count = 4;
* @return The yCount.
*/
long getYCount();
/**
* double weighted_y_count = 5;
* @return Whether the weightedYCount field is set.
*/
boolean hasWeightedYCount();
/**
* double weighted_y_count = 5;
* @return The weightedYCount.
*/
double getWeightedYCount();
/**
*
* The lifts for a each path_x value and this y_value.
*
*
* repeated .tensorflow.metadata.v0.LiftSeries.LiftValue lift_values = 6;
*/
java.util.List
getLiftValuesList();
/**
*
* The lifts for a each path_x value and this y_value.
*
*
* repeated .tensorflow.metadata.v0.LiftSeries.LiftValue lift_values = 6;
*/
org.tensorflow.metadata.v0.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;
*/
int getLiftValuesCount();
/**
*
* The lifts for a each path_x value and this y_value.
*
*
* repeated .tensorflow.metadata.v0.LiftSeries.LiftValue lift_values = 6;
*/
java.util.List extends org.tensorflow.metadata.v0.LiftSeries.LiftValueOrBuilder>
getLiftValuesOrBuilderList();
/**
*
* The lifts for a each path_x value and this y_value.
*
*
* repeated .tensorflow.metadata.v0.LiftSeries.LiftValue lift_values = 6;
*/
org.tensorflow.metadata.v0.LiftSeries.LiftValueOrBuilder getLiftValuesOrBuilder(
int index);
org.tensorflow.metadata.v0.LiftSeries.YValueCase getYValueCase();
org.tensorflow.metadata.v0.LiftSeries.YCountValueCase getYCountValueCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy