public class GenerativeAITaskConfidenceScores
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Double |
getPostGen()
Gets the postGen.
|
Double |
getPostGenThreshold()
Gets the postGenThreshold.
|
Double |
getPreGen()
Gets the preGen.
|
Double |
getPreGenThreshold()
Gets the preGenThreshold.
|
public Double getPreGen()
The confidence score based on user query and search results.
public Double getPreGenThreshold()
The pre_gen confidence score threshold. If the pre_gen score is below this threshold, it shows an “I don't know” response instead of the generated response. Shown in the conversational search skill UI as the “Retrieval Confidence threshold”.
public Double getPostGen()
The confidence score based on user query, search results, and the generated response.
public Double getPostGenThreshold()
The post_gen confidence score threshold. If the post_gen score is below this threshold, it shows an “I don't know” response instead of the generated response. Shown in the conversational search skill UI as the “Response Confidence threshold”.
Copyright © 2025 IBM Cloud. All rights reserved.