| Modifier and Type | Method and Description |
|---|---|
QaQuestion.Metrics |
QaQuestion.Metrics.Builder.build() |
QaQuestion.Metrics |
QaQuestion.Metrics.Builder.buildPartial() |
static QaQuestion.Metrics |
QaQuestion.Metrics.getDefaultInstance() |
QaQuestion.Metrics |
QaQuestion.Metrics.getDefaultInstanceForType() |
QaQuestion.Metrics |
QaQuestion.Metrics.Builder.getDefaultInstanceForType() |
QaQuestion.Metrics |
QaQuestion.getMetrics()
Metrics of the underlying tuned LLM over a holdout/test set while fine
tuning the underlying LLM for the given question.
|
QaQuestion.Metrics |
QaQuestion.Builder.getMetrics()
Metrics of the underlying tuned LLM over a holdout/test set while fine
tuning the underlying LLM for the given question.
|
QaQuestion.Metrics |
QaQuestionOrBuilder.getMetrics()
Metrics of the underlying tuned LLM over a holdout/test set while fine
tuning the underlying LLM for the given question.
|
static QaQuestion.Metrics |
QaQuestion.Metrics.parseDelimitedFrom(InputStream input) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseFrom(byte[] data) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseFrom(ByteBuffer data) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseFrom(com.google.protobuf.ByteString data) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseFrom(com.google.protobuf.CodedInputStream input) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseFrom(InputStream input) |
static QaQuestion.Metrics |
QaQuestion.Metrics.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<QaQuestion.Metrics> |
QaQuestion.Metrics.getParserForType() |
static com.google.protobuf.Parser<QaQuestion.Metrics> |
QaQuestion.Metrics.parser() |
| Modifier and Type | Method and Description |
|---|---|
QaQuestion.Metrics.Builder |
QaQuestion.Metrics.Builder.mergeFrom(QaQuestion.Metrics 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.
|
static QaQuestion.Metrics.Builder |
QaQuestion.Metrics.newBuilder(QaQuestion.Metrics prototype) |
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.
|
Copyright © 2025 Google LLC. All rights reserved.