Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Version.
The version of the predictor to be used in dynamic retrieval.
Protobuf type google.cloud.discoveryengine.v1.GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ GenerateGroundedContentRequest \ DynamicRetrievalConfiguration \ DynamicRetrievalPredictorMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
VERSION_UNSPECIFIED
Value: 0
Automatically choose the best version of the retrieval predictor.
Generated from protobuf enum VERSION_UNSPECIFIED = 0;
V1_INDEPENDENT
Value: 1
The V1 model which is evaluating each source independently.
Generated from protobuf enum V1_INDEPENDENT = 1;