public interface RagContextRecallInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Required.
|
com.google.protobuf.ByteString |
getContextBytes()
Required.
|
String |
getReference()
Required.
|
com.google.protobuf.ByteString |
getReferenceBytes()
Required.
|
boolean |
hasContext()
Required.
|
boolean |
hasReference()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReference()
Required. Ground truth used to compare against the context.
optional string reference = 1 [(.google.api.field_behavior) = REQUIRED];String getReference()
Required. Ground truth used to compare against the context.
optional string reference = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getReferenceBytes()
Required. Ground truth used to compare against the context.
optional string reference = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasContext()
Required. Retrieved facts from RAG pipeline as context to be evaluated.
optional string context = 2 [(.google.api.field_behavior) = REQUIRED];String getContext()
Required. Retrieved facts from RAG pipeline as context to be evaluated.
optional string context = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getContextBytes()
Required. Retrieved facts from RAG pipeline as context to be evaluated.
optional string context = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.