public interface GroundednessInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Required.
|
com.google.protobuf.ByteString |
getContextBytes()
Required.
|
String |
getPrediction()
Required.
|
com.google.protobuf.ByteString |
getPredictionBytes()
Required.
|
boolean |
hasContext()
Required.
|
boolean |
hasPrediction()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPrediction()
Required. Output of the evaluated model.
optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];String getPrediction()
Required. Output of the evaluated model.
optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPredictionBytes()
Required. Output of the evaluated model.
optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasContext()
Required. Background information provided in context used to compare against the prediction.
optional string context = 2 [(.google.api.field_behavior) = REQUIRED];String getContext()
Required. Background information provided in context used to compare against the prediction.
optional string context = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getContextBytes()
Required. Background information provided in context used to compare against the prediction.
optional string context = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.