public static interface ModelEvaluationSlice.Slice.SliceSpec.ValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFloatValue()
public abstract float getFloatValue()
Float type.
float float_value = 2;
Returns | |
---|---|
Type | Description |
float |
The floatValue. |
getKindCase()
public abstract ModelEvaluationSlice.Slice.SliceSpec.Value.KindCase getKindCase()
Returns | |
---|---|
Type | Description |
ModelEvaluationSlice.Slice.SliceSpec.Value.KindCase |
getStringValue()
public abstract String getStringValue()
String type.
string string_value = 1;
Returns | |
---|---|
Type | Description |
String |
The stringValue. |
getStringValueBytes()
public abstract ByteString getStringValueBytes()
String type.
string string_value = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for stringValue. |
hasFloatValue()
public abstract boolean hasFloatValue()
Float type.
float float_value = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the floatValue field is set. |
hasStringValue()
public abstract boolean hasStringValue()
String type.
string string_value = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the stringValue field is set. |