Enum GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version (0.49.0)

public enum GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version extends Enum<GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version> implements ProtocolMessageEnum

The version of the predictor which was used in dynamic retrieval.

Protobuf enum google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.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

Unspecified version, should never be used.

VERSION_UNSPECIFIED = 0;

VERSION_UNSPECIFIED_VALUE

Unspecified version, should never be used.

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