Interface RagMetadataSchemaDetails.SearchStrategyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RagMetadataSchemaDetails.SearchStrategy,RagMetadataSchemaDetails.SearchStrategy.Builder
- Enclosing class:
- RagMetadataSchemaDetails
public static interface RagMetadataSchemaDetails.SearchStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe search strategy type to be applied on the metadata key.intThe search strategy type to be applied on the metadata key.booleanThe search strategy type to be applied on the metadata key.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSearchStrategyType
boolean hasSearchStrategyType()The search strategy type to be applied on the metadata key.
optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType search_strategy_type = 1;- Returns:
- Whether the searchStrategyType field is set.
-
getSearchStrategyTypeValue
int getSearchStrategyTypeValue()The search strategy type to be applied on the metadata key.
optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType search_strategy_type = 1;- Returns:
- The enum numeric value on the wire for searchStrategyType.
-
getSearchStrategyType
RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType getSearchStrategyType()The search strategy type to be applied on the metadata key.
optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType search_strategy_type = 1;- Returns:
- The searchStrategyType.
-