public interface TabularRegressionPredictionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getLowerBound()
The lower bound of the prediction interval.
|
float |
getUpperBound()
The upper bound of the prediction interval.
|
float |
getValue()
The regression value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getValue()
The regression value.
float value = 1;float getLowerBound()
The lower bound of the prediction interval.
float lower_bound = 2;float getUpperBound()
The upper bound of the prediction interval.
float upper_bound = 3;Copyright © 2024 Google LLC. All rights reserved.