Enum GenerateGroundedContentRequest.DynamicRetrievalConfiguration.DynamicRetrievalPredictor.Version (0.49.0)

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

ProtocolMessageEnum

Static Fields

Name Description
UNRECOGNIZED
V1_INDEPENDENT

The V1 model which is evaluating each source independently.

V1_INDEPENDENT = 1;

V1_INDEPENDENT_VALUE

The V1 model which is evaluating each source independently.

V1_INDEPENDENT = 1;

VERSION_UNSPECIFIED

Automatically choose the best version of the retrieval predictor.

VERSION_UNSPECIFIED = 0;

VERSION_UNSPECIFIED_VALUE

Automatically choose the best version of the retrieval predictor.

VERSION_UNSPECIFIED = 0;

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()