Enum RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType (3.89.0)

public enum RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType extends Enum<RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType> implements ProtocolMessageEnum

The types of search strategies to be applied on the metadata key.

Protobuf enum google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType

Implements

ProtocolMessageEnum

Static Fields

Name Description

When searching with key, the value must be exactly as the metadata value that has been ingested.

EXACT_SEARCH = 2;

EXACT_SEARCH_VALUE

When searching with key, the value must be exactly as the metadata value that has been ingested.

EXACT_SEARCH = 2;

metadata values of the key above will not be searchable.

NO_SEARCH = 1;

NO_SEARCH_VALUE

metadata values of the key above will not be searchable.

NO_SEARCH = 1;

SEARCH_STRATEGY_TYPE_UNSPECIFIED

Unspecified search strategy type.

SEARCH_STRATEGY_TYPE_UNSPECIFIED = 0;

SEARCH_STRATEGY_TYPE_UNSPECIFIED_VALUE

Unspecified search strategy type.

SEARCH_STRATEGY_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

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