Package org.mlflow.api.proto
Interface LabelSchemas.InputNumericOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelSchemas.InputNumeric,LabelSchemas.InputNumeric.Builder
- Enclosing class:
- LabelSchemas
public static interface LabelSchemas.InputNumericOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleoptional double max_value = 2;doubleoptional double min_value = 1;booleanoptional double max_value = 2;booleanoptional double min_value = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMinValue
boolean hasMinValue()optional double min_value = 1;- Returns:
- Whether the minValue field is set.
-
getMinValue
double getMinValue()optional double min_value = 1;- Returns:
- The minValue.
-
hasMaxValue
boolean hasMaxValue()optional double max_value = 2;- Returns:
- Whether the maxValue field is set.
-
getMaxValue
double getMaxValue()optional double max_value = 2;- Returns:
- The maxValue.
-