Interface ModelEvaluationSlice.Slice.SliceSpec.ValueOrBuilder (3.42.0)

public static interface ModelEvaluationSlice.Slice.SliceSpec.ValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFloatValue()

public abstract float getFloatValue()

Float type.

float float_value = 2;

Returns
TypeDescription
float

The floatValue.

getKindCase()

public abstract ModelEvaluationSlice.Slice.SliceSpec.Value.KindCase getKindCase()
Returns
TypeDescription
ModelEvaluationSlice.Slice.SliceSpec.Value.KindCase

getStringValue()

public abstract String getStringValue()

String type.

string string_value = 1;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes()

public abstract ByteString getStringValueBytes()

String type.

string string_value = 1;

Returns
TypeDescription
ByteString

The bytes for stringValue.

hasFloatValue()

public abstract boolean hasFloatValue()

Float type.

float float_value = 2;

Returns
TypeDescription
boolean

Whether the floatValue field is set.

hasStringValue()

public abstract boolean hasStringValue()

String type.

string string_value = 1;

Returns
TypeDescription
boolean

Whether the stringValue field is set.