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 Type
    Method
    Description
    float
    Float type.
     
    String type.
    com.google.protobuf.ByteString
    String type.
    boolean
    Float type.
    boolean
    String type.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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