Uses of Class
com.google.cloud.aiplatform.v1.QuestionAnsweringHelpfulnessResult.Builder
Packages that use QuestionAnsweringHelpfulnessResult.Builder
-
Uses of QuestionAnsweringHelpfulnessResult.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return QuestionAnsweringHelpfulnessResult.BuilderModifier and TypeMethodDescriptionQuestionAnsweringHelpfulnessResult.Builder.clear()QuestionAnsweringHelpfulnessResult.Builder.clearConfidence()Output only.QuestionAnsweringHelpfulnessResult.Builder.clearExplanation()Output only.QuestionAnsweringHelpfulnessResult.Builder.clearScore()Output only.EvaluateInstancesResponse.Builder.getQuestionAnsweringHelpfulnessResultBuilder()Result for question answering helpfulness metric.QuestionAnsweringHelpfulnessResult.Builder.mergeFrom(QuestionAnsweringHelpfulnessResult other) QuestionAnsweringHelpfulnessResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) QuestionAnsweringHelpfulnessResult.Builder.mergeFrom(com.google.protobuf.Message other) QuestionAnsweringHelpfulnessResult.newBuilder()QuestionAnsweringHelpfulnessResult.newBuilder(QuestionAnsweringHelpfulnessResult prototype) QuestionAnsweringHelpfulnessResult.newBuilderForType()QuestionAnsweringHelpfulnessResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) QuestionAnsweringHelpfulnessResult.Builder.setConfidence(float value) Output only.QuestionAnsweringHelpfulnessResult.Builder.setExplanation(String value) Output only.QuestionAnsweringHelpfulnessResult.Builder.setExplanationBytes(com.google.protobuf.ByteString value) Output only.QuestionAnsweringHelpfulnessResult.Builder.setScore(float value) Output only.QuestionAnsweringHelpfulnessResult.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type QuestionAnsweringHelpfulnessResult.BuilderModifier and TypeMethodDescriptionEvaluateInstancesResponse.Builder.setQuestionAnsweringHelpfulnessResult(QuestionAnsweringHelpfulnessResult.Builder builderForValue) Result for question answering helpfulness metric.