Interface SentencepieceModel.SelfTestData.SampleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SentencepieceModel.SelfTestData.Sample, SentencepieceModel.SelfTestData.Sample.Builder
Enclosing class:
SentencepieceModel.SelfTestData

public static interface SentencepieceModel.SelfTestData.SampleOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string expected = 2;
    com.google.protobuf.ByteString
    optional string expected = 2;
    optional string input = 1;
    com.google.protobuf.ByteString
    optional string input = 1;
    boolean
    optional string expected = 2;
    boolean
    optional string input = 1;

    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

    • hasInput

      boolean hasInput()
      optional string input = 1;
      Returns:
      Whether the input field is set.
    • getInput

      String getInput()
      optional string input = 1;
      Returns:
      The input.
    • getInputBytes

      com.google.protobuf.ByteString getInputBytes()
      optional string input = 1;
      Returns:
      The bytes for input.
    • hasExpected

      boolean hasExpected()
      optional string expected = 2;
      Returns:
      Whether the expected field is set.
    • getExpected

      String getExpected()
      optional string expected = 2;
      Returns:
      The expected.
    • getExpectedBytes

      com.google.protobuf.ByteString getExpectedBytes()
      optional string expected = 2;
      Returns:
      The bytes for expected.