Interface WeaviateProtoSearchGet.GenerativeSearchOrBuilder

    • Method Detail

      • getSingleResponsePrompt

        String getSingleResponsePrompt()
        string single_response_prompt = 1;
        Returns:
        The singleResponsePrompt.
      • getSingleResponsePromptBytes

        com.google.protobuf.ByteString getSingleResponsePromptBytes()
        string single_response_prompt = 1;
        Returns:
        The bytes for singleResponsePrompt.
      • getGroupedResponseTask

        String getGroupedResponseTask()
        string grouped_response_task = 2;
        Returns:
        The groupedResponseTask.
      • getGroupedResponseTaskBytes

        com.google.protobuf.ByteString getGroupedResponseTaskBytes()
        string grouped_response_task = 2;
        Returns:
        The bytes for groupedResponseTask.
      • getGroupedPropertiesList

        List<String> getGroupedPropertiesList()
        repeated string grouped_properties = 3;
        Returns:
        A list containing the groupedProperties.
      • getGroupedPropertiesCount

        int getGroupedPropertiesCount()
        repeated string grouped_properties = 3;
        Returns:
        The count of groupedProperties.
      • getGroupedProperties

        String getGroupedProperties​(int index)
        repeated string grouped_properties = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The groupedProperties at the given index.
      • getGroupedPropertiesBytes

        com.google.protobuf.ByteString getGroupedPropertiesBytes​(int index)
        repeated string grouped_properties = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the groupedProperties at the given index.