Interface ModelEvaluationSlice.Slice.SliceSpec.ValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelEvaluationSlice.Slice.SliceSpec.Value
,ModelEvaluationSlice.Slice.SliceSpec.Value.Builder
- Enclosing class:
- ModelEvaluationSlice.Slice.SliceSpec
public static interface ModelEvaluationSlice.Slice.SliceSpec.ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getFloatValue()
Float type.ModelEvaluationSlice.Slice.SliceSpec.Value.KindCase
getKindCase()
String
getStringValue()
String type.com.google.protobuf.ByteString
getStringValueBytes()
String type.boolean
hasFloatValue()
Float type.boolean
hasStringValue()
String type.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStringValue
boolean hasStringValue()
String type.
string string_value = 1;
- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()
String type.
string string_value = 1;
- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()
String type.
string string_value = 1;
- Returns:
- The bytes for stringValue.
-
hasFloatValue
boolean hasFloatValue()
Float type.
float float_value = 2;
- Returns:
- Whether the floatValue field is set.
-
getFloatValue
float getFloatValue()
Float type.
float float_value = 2;
- Returns:
- The floatValue.
-
getKindCase
ModelEvaluationSlice.Slice.SliceSpec.Value.KindCase getKindCase()
-
-