RetrievalDetails
public struct RetrievalDetails : Codable, Equatable
An object contain retrieval type information.
-
Indentifies the document retrieval strategy used for this query.
See morerelevancy_trainingindicates that the results were returned using a relevancy trained model.continuous_relevancy_trainingindicates that the results were returned using the continuous relevancy training model created by result feedback analysis.untrainedmeans the results were returned using the standard untrained model. Note: In the event of trained collections being queried, but the trained model is not used to return results, the document_retrieval_strategy will be listed asuntrained.Declaration
Swift
public enum DocumentRetrievalStrategy : String -
Indentifies the document retrieval strategy used for this query.
relevancy_trainingindicates that the results were returned using a relevancy trained model.continuous_relevancy_trainingindicates that the results were returned using the continuous relevancy training model created by result feedback analysis.untrainedmeans the results were returned using the standard untrained model. Note: In the event of trained collections being queried, but the trained model is not used to return results, the document_retrieval_strategy will be listed asuntrained.Declaration
Swift
public var documentRetrievalStrategy: String?
View on GitHub
RetrievalDetails Structure Reference