public static interface GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getThreshold()
The value of the threshold.
|
GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version |
getVersion()
The version of the predictor to be used in dynamic retrieval.
|
int |
getVersionValue()
The version of the predictor to be used in dynamic retrieval.
|
boolean |
hasThreshold()
The value of the threshold.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getVersionValue()
The version of the predictor to be used in dynamic retrieval.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version version = 1;
GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version getVersion()
The version of the predictor to be used in dynamic retrieval.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version version = 1;
boolean hasThreshold()
The value of the threshold. If the predictor will predict a value smaller than this, it would suppress grounding in the source.
optional float threshold = 2;float getThreshold()
The value of the threshold. If the predictor will predict a value smaller than this, it would suppress grounding in the source.
optional float threshold = 2;Copyright © 2025 Google LLC. All rights reserved.