Interface Rubric.Content.PropertyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Rubric.Content.Property,Rubric.Content.Property.Builder
- Enclosing class:
- Rubric.Content
public static interface Rubric.Content.PropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDescription of the property being evaluated.com.google.protobuf.ByteStringDescription of the property being evaluated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescription
String getDescription()Description of the property being evaluated. Example: "The model's response is grammatically correct."
string description = 1;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Description of the property being evaluated. Example: "The model's response is grammatically correct."
string description = 1;- Returns:
- The bytes for description.
-