Package com.google.cloud.aiplatform.v1
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
Modifier and TypeMethodDescriptionfloatFloat type.String type.com.google.protobuf.ByteStringString type.booleanFloat type.booleanString type.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
-
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()
-