public class TurnEventGenerativeAICalledMetrics
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Double |
getAnswerGenerationTimeMs()
Gets the answerGenerationTimeMs.
|
Double |
getSearchTimeMs()
Gets the searchTimeMs.
|
Double |
getTotalTimeMs()
Gets the totalTimeMs.
|
public Double getSearchTimeMs()
The amount of time (in milliseconds) it took for the system to complete the search using the document search engine.
public Double getAnswerGenerationTimeMs()
The amount of time (in milliseconds) it took for the system to complete answer generation process by reaching out to watsonx.ai.
public Double getTotalTimeMs()
The amount of time (in milliseconds) it took for the system to fully process the conversational search.
Copyright © 2025 IBM Cloud. All rights reserved.