public enum GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version extends Enum<GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version> implements ProtocolMessageEnum
The version of the predictor to be used in dynamic retrieval.
Protobuf enum
google.cloud.discoveryengine.v1.GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
UNRECOGNIZED |
|
V1_INDEPENDENT |
The V1 model which is evaluating each source independently. |
V1_INDEPENDENT_VALUE |
The V1 model which is evaluating each source independently. |
VERSION_UNSPECIFIED |
Automatically choose the best version of the retrieval predictor. |
VERSION_UNSPECIFIED_VALUE |
Automatically choose the best version of the retrieval predictor. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |