public static enum GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version extends Enum<GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version> implements com.google.protobuf.ProtocolMessageEnum
The version of the predictor to be used in dynamic retrieval.Protobuf enum
google.cloud.discoveryengine.v1beta.GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version| Enum Constant and Description |
|---|
UNRECOGNIZED |
V1_INDEPENDENT
The V1 model which is evaluating each source independently.
|
VERSION_UNSPECIFIED
Automatically choose the best version of the retrieval predictor.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
V1_INDEPENDENT_VALUE
The V1 model which is evaluating each source independently.
|
static int |
VERSION_UNSPECIFIED_VALUE
Automatically choose the best version of the retrieval predictor.
|
public static final GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version VERSION_UNSPECIFIED
Automatically choose the best version of the retrieval predictor.
VERSION_UNSPECIFIED = 0;public static final GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version V1_INDEPENDENT
The V1 model which is evaluating each source independently.
V1_INDEPENDENT = 1;public static final GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version UNRECOGNIZED
public static final int VERSION_UNSPECIFIED_VALUE
Automatically choose the best version of the retrieval predictor.
VERSION_UNSPECIFIED = 0;public static final int V1_INDEPENDENT_VALUE
The V1 model which is evaluating each source independently.
V1_INDEPENDENT = 1;public static GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version[] values()
for (GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version c : GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version.values()) System.out.println(c);
public static GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.