public static interface ModelEvaluationSlice.Slice.SliceSpec.ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStringValue()
String type.
string string_value = 1;String getStringValue()
String type.
string string_value = 1;com.google.protobuf.ByteString getStringValueBytes()
String type.
string string_value = 1;boolean hasFloatValue()
Float type.
float float_value = 2;float getFloatValue()
Float type.
float float_value = 2;ModelEvaluationSlice.Slice.SliceSpec.Value.KindCase getKindCase()
Copyright © 2025 Google LLC. All rights reserved.