public static interface GenerateGroundedContentRequest.DynamicRetrievalConfigurationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPredictor()
public abstract GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor getPredictor()Specification for the predictor for dynamic retrieval.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor predictor = 1;
| Returns | |
|---|---|
| Type | Description |
GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor |
The predictor. |
getPredictorOrBuilder()
public abstract GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictorOrBuilder getPredictorOrBuilder()Specification for the predictor for dynamic retrieval.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor predictor = 1;
| Returns | |
|---|---|
| Type | Description |
GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictorOrBuilder |
|
hasPredictor()
public abstract boolean hasPredictor()Specification for the predictor for dynamic retrieval.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor predictor = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the predictor field is set. |