Interface RubricBasedInstructionFollowingResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RubricBasedInstructionFollowingResult,RubricBasedInstructionFollowingResult.Builder
@Generated
public interface RubricBasedInstructionFollowingResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRubricCritiqueResults(int index) Output only.intOutput only.Output only.getRubricCritiqueResultsOrBuilder(int index) Output only.List<? extends RubricCritiqueResultOrBuilder>Output only.floatgetScore()Output only.booleanhasScore()Output only.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
-
hasScore
boolean hasScore()Output only. Overall score for the instruction following.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the score field is set.
-
getScore
float getScore()Output only. Overall score for the instruction following.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The score.
-
getRubricCritiqueResultsList
List<RubricCritiqueResult> getRubricCritiqueResultsList()Output only. List of per rubric critique results.
repeated .google.cloud.aiplatform.v1beta1.RubricCritiqueResult rubric_critique_results = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getRubricCritiqueResults
Output only. List of per rubric critique results.
repeated .google.cloud.aiplatform.v1beta1.RubricCritiqueResult rubric_critique_results = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getRubricCritiqueResultsCount
int getRubricCritiqueResultsCount()Output only. List of per rubric critique results.
repeated .google.cloud.aiplatform.v1beta1.RubricCritiqueResult rubric_critique_results = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getRubricCritiqueResultsOrBuilderList
List<? extends RubricCritiqueResultOrBuilder> getRubricCritiqueResultsOrBuilderList()Output only. List of per rubric critique results.
repeated .google.cloud.aiplatform.v1beta1.RubricCritiqueResult rubric_critique_results = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getRubricCritiqueResultsOrBuilder
Output only. List of per rubric critique results.
repeated .google.cloud.aiplatform.v1beta1.RubricCritiqueResult rubric_critique_results = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-