Package com.google.genai.proto
Interface SentencepieceModel.SelfTestData.SampleOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface SentencepieceModel.SelfTestData.SampleOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasInput()optional string input = 1;abstract StringgetInput()optional string input = 1;abstract ByteStringgetInputBytes()optional string input = 1;abstract booleanhasExpected()optional string expected = 2;abstract StringgetExpected()optional string expected = 2;abstract ByteStringgetExpectedBytes()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
-
-
Method Detail
-
hasInput
abstract boolean hasInput()
optional string input = 1;- Returns:
Whether the input field is set.
-
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.
-
-
-
-