Interface SentencepieceModel.SelfTestData.SampleOrBuilder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasInput() optional string input = 1;
      abstract String getInput() optional string input = 1;
      abstract ByteString getInputBytes() optional string input = 1;
      abstract boolean hasExpected() optional string expected = 2;
      abstract String getExpected() optional string expected = 2;
      abstract ByteString getExpectedBytes() optional string expected = 2;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • hasInput

         abstract boolean hasInput()

        optional string input = 1;

        Returns:

        Whether the input field is set.

      • getInput

         abstract String getInput()

        optional string input = 1;

        Returns:

        The input.

      • getInputBytes

         abstract ByteString getInputBytes()

        optional string input = 1;

        Returns:

        The bytes for input.

      • hasExpected

         abstract boolean hasExpected()

        optional string expected = 2;

        Returns:

        Whether the expected field is set.

      • getExpected

         abstract String getExpected()

        optional string expected = 2;

        Returns:

        The expected.

      • getExpectedBytes

         abstract ByteString getExpectedBytes()

        optional string expected = 2;

        Returns:

        The bytes for expected.