Package inference

Interface ModelConfigOuterClass.ModelParameterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelConfigOuterClass.ModelParameter, ModelConfigOuterClass.ModelParameter.Builder
Enclosing class:
ModelConfigOuterClass

public static interface ModelConfigOuterClass.ModelParameterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    @@ ..
    com.google.protobuf.ByteString
    @@ ..

    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

    • getStringValue

      String getStringValue()
      @@  .. cpp:var:: string string_value
      @@
      @@     The string value of the parameter.
      @@
       
      string string_value = 1;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
      @@  .. cpp:var:: string string_value
      @@
      @@     The string value of the parameter.
      @@
       
      string string_value = 1;
      Returns:
      The bytes for stringValue.