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 Type
    Method
    Description
    The search strategy type to be applied on the metadata key.
    int
    The search strategy type to be applied on the metadata key.
    boolean
    The search strategy type to be applied on the metadata key.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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.