| Modifier and Type | Method and Description |
|---|---|
QaQuestion.Builder |
QaQuestion.Builder.addAllAnswerChoices(Iterable<? extends QaQuestion.AnswerChoice> values)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.Builder |
QaQuestion.Builder.addAllTags(Iterable<String> values)
User-defined list of arbitrary tags for the question.
|
QaQuestion.Builder |
QaQuestion.Builder.addAnswerChoices(int index,
QaQuestion.AnswerChoice.Builder builderForValue)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.Builder |
QaQuestion.Builder.addAnswerChoices(int index,
QaQuestion.AnswerChoice value)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.Builder |
QaQuestion.Builder.addAnswerChoices(QaQuestion.AnswerChoice.Builder builderForValue)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.Builder |
QaQuestion.Builder.addAnswerChoices(QaQuestion.AnswerChoice value)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.Builder |
ListQaQuestionsResponse.Builder.addQaQuestionsBuilder()
The QaQuestions under the parent.
|
QaQuestion.Builder |
ListQaQuestionsResponse.Builder.addQaQuestionsBuilder(int index)
The QaQuestions under the parent.
|
QaQuestion.Builder |
QaQuestion.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
QaQuestion.Builder |
QaQuestion.Builder.addTags(String value)
User-defined list of arbitrary tags for the question.
|
QaQuestion.Builder |
QaQuestion.Builder.addTagsBytes(com.google.protobuf.ByteString value)
User-defined list of arbitrary tags for the question.
|
QaQuestion.Builder |
QaQuestion.Builder.clear() |
QaQuestion.Builder |
QaQuestion.Builder.clearAbbreviation()
Short, descriptive string, used in the UI where it's not practical
to display the full question body.
|
QaQuestion.Builder |
QaQuestion.Builder.clearAnswerChoices()
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.Builder |
QaQuestion.Builder.clearAnswerInstructions()
Instructions describing how to determine the answer.
|
QaQuestion.Builder |
QaQuestion.Builder.clearCreateTime()
Output only.
|
QaQuestion.Builder |
QaQuestion.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
QaQuestion.Builder |
QaQuestion.Builder.clearMetrics()
Metrics of the underlying tuned LLM over a holdout/test set while fine
tuning the underlying LLM for the given question.
|
QaQuestion.Builder |
QaQuestion.Builder.clearName()
Identifier.
|
QaQuestion.Builder |
QaQuestion.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
QaQuestion.Builder |
QaQuestion.Builder.clearOrder()
Defines the order of the question within its parent scorecard revision.
|
QaQuestion.Builder |
QaQuestion.Builder.clearQuestionBody()
Question text.
|
QaQuestion.Builder |
QaQuestion.Builder.clearTags()
User-defined list of arbitrary tags for the question.
|
QaQuestion.Builder |
QaQuestion.Builder.clearTuningMetadata()
Metadata about the tuning operation for the question.This field will only
be populated if and only if the question is part of a scorecard revision
that has been tuned.
|
QaQuestion.Builder |
QaQuestion.Builder.clearUpdateTime()
Output only.
|
QaQuestion.Builder |
QaQuestion.Builder.clone() |
QaQuestion.Builder |
CreateQaQuestionRequest.Builder.getQaQuestionBuilder()
Required.
|
QaQuestion.Builder |
UpdateQaQuestionRequest.Builder.getQaQuestionBuilder()
Required.
|
QaQuestion.Builder |
ListQaQuestionsResponse.Builder.getQaQuestionsBuilder(int index)
The QaQuestions under the parent.
|
QaQuestion.Builder |
QaQuestion.Builder.mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
QaQuestion.Builder |
QaQuestion.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
QaQuestion.Builder |
QaQuestion.Builder.mergeFrom(com.google.protobuf.Message other) |
QaQuestion.Builder |
QaQuestion.Builder.mergeFrom(QaQuestion other) |
QaQuestion.Builder |
QaQuestion.Builder.mergeMetrics(QaQuestion.Metrics value)
Metrics of the underlying tuned LLM over a holdout/test set while fine
tuning the underlying LLM for the given question.
|
QaQuestion.Builder |
QaQuestion.Builder.mergeTuningMetadata(QaQuestion.TuningMetadata value)
Metadata about the tuning operation for the question.This field will only
be populated if and only if the question is part of a scorecard revision
that has been tuned.
|
QaQuestion.Builder |
QaQuestion.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
QaQuestion.Builder |
QaQuestion.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
static QaQuestion.Builder |
QaQuestion.newBuilder() |
static QaQuestion.Builder |
QaQuestion.newBuilder(QaQuestion prototype) |
QaQuestion.Builder |
QaQuestion.newBuilderForType() |
protected QaQuestion.Builder |
QaQuestion.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
QaQuestion.Builder |
QaQuestion.Builder.removeAnswerChoices(int index)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.Builder |
QaQuestion.Builder.setAbbreviation(String value)
Short, descriptive string, used in the UI where it's not practical
to display the full question body.
|
QaQuestion.Builder |
QaQuestion.Builder.setAbbreviationBytes(com.google.protobuf.ByteString value)
Short, descriptive string, used in the UI where it's not practical
to display the full question body.
|
QaQuestion.Builder |
QaQuestion.Builder.setAnswerChoices(int index,
QaQuestion.AnswerChoice.Builder builderForValue)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.Builder |
QaQuestion.Builder.setAnswerChoices(int index,
QaQuestion.AnswerChoice value)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.Builder |
QaQuestion.Builder.setAnswerInstructions(String value)
Instructions describing how to determine the answer.
|
QaQuestion.Builder |
QaQuestion.Builder.setAnswerInstructionsBytes(com.google.protobuf.ByteString value)
Instructions describing how to determine the answer.
|
QaQuestion.Builder |
QaQuestion.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
QaQuestion.Builder |
QaQuestion.Builder.setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
QaQuestion.Builder |
QaQuestion.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
QaQuestion.Builder |
QaQuestion.Builder.setMetrics(QaQuestion.Metrics.Builder builderForValue)
Metrics of the underlying tuned LLM over a holdout/test set while fine
tuning the underlying LLM for the given question.
|
QaQuestion.Builder |
QaQuestion.Builder.setMetrics(QaQuestion.Metrics value)
Metrics of the underlying tuned LLM over a holdout/test set while fine
tuning the underlying LLM for the given question.
|
QaQuestion.Builder |
QaQuestion.Builder.setName(String value)
Identifier.
|
QaQuestion.Builder |
QaQuestion.Builder.setNameBytes(com.google.protobuf.ByteString value)
Identifier.
|
QaQuestion.Builder |
QaQuestion.Builder.setOrder(int value)
Defines the order of the question within its parent scorecard revision.
|
QaQuestion.Builder |
QaQuestion.Builder.setQuestionBody(String value)
Question text.
|
QaQuestion.Builder |
QaQuestion.Builder.setQuestionBodyBytes(com.google.protobuf.ByteString value)
Question text.
|
QaQuestion.Builder |
QaQuestion.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
QaQuestion.Builder |
QaQuestion.Builder.setTags(int index,
String value)
User-defined list of arbitrary tags for the question.
|
QaQuestion.Builder |
QaQuestion.Builder.setTuningMetadata(QaQuestion.TuningMetadata.Builder builderForValue)
Metadata about the tuning operation for the question.This field will only
be populated if and only if the question is part of a scorecard revision
that has been tuned.
|
QaQuestion.Builder |
QaQuestion.Builder.setTuningMetadata(QaQuestion.TuningMetadata value)
Metadata about the tuning operation for the question.This field will only
be populated if and only if the question is part of a scorecard revision
that has been tuned.
|
QaQuestion.Builder |
QaQuestion.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
QaQuestion.Builder |
QaQuestion.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
QaQuestion.Builder |
QaQuestion.Builder.setUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
QaQuestion.Builder |
QaQuestion.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<QaQuestion.Builder> |
ListQaQuestionsResponse.Builder.getQaQuestionsBuilderList()
The QaQuestions under the parent.
|
| Modifier and Type | Method and Description |
|---|---|
ListQaQuestionsResponse.Builder |
ListQaQuestionsResponse.Builder.addQaQuestions(int index,
QaQuestion.Builder builderForValue)
The QaQuestions under the parent.
|
ListQaQuestionsResponse.Builder |
ListQaQuestionsResponse.Builder.addQaQuestions(QaQuestion.Builder builderForValue)
The QaQuestions under the parent.
|
CreateQaQuestionRequest.Builder |
CreateQaQuestionRequest.Builder.setQaQuestion(QaQuestion.Builder builderForValue)
Required.
|
UpdateQaQuestionRequest.Builder |
UpdateQaQuestionRequest.Builder.setQaQuestion(QaQuestion.Builder builderForValue)
Required.
|
ListQaQuestionsResponse.Builder |
ListQaQuestionsResponse.Builder.setQaQuestions(int index,
QaQuestion.Builder builderForValue)
The QaQuestions under the parent.
|
Copyright © 2025 Google LLC. All rights reserved.