public class RetrievalDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
RetrievalDetails.DocumentRetrievalStrategy
Identifies the document retrieval strategy used for this query.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
documentRetrievalStrategy |
Constructor and Description |
---|
RetrievalDetails() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocumentRetrievalStrategy()
Gets the documentRetrievalStrategy.
|
@SerializedName(value="document_retrieval_strategy") protected java.lang.String documentRetrievalStrategy
public java.lang.String getDocumentRetrievalStrategy()
Identifies the document retrieval strategy used for this query. `relevancy_training` indicates that the results were returned using a relevancy trained 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 as `untrained`.