public class TurnEventGenerativeAICalledCalloutLlm
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Long |
getGeneratedTokenCount()
Gets the generatedTokenCount.
|
Long |
getInputTokenCount()
Gets the inputTokenCount.
|
String |
getModelClassId()
Gets the modelClassId.
|
String |
getModelId()
Gets the modelId.
|
List<SearchResults> |
getRequest()
Gets the request.
|
TurnEventGenerativeAICalledCalloutLlmResponse |
getResponse()
Gets the response.
|
String |
getType()
Gets the type.
|
Boolean |
isSuccess()
Gets the success.
|
public String getType()
public String getModelId()
public String getModelClassId()
public Long getGeneratedTokenCount()
public Long getInputTokenCount()
public Boolean isSuccess()
public TurnEventGenerativeAICalledCalloutLlmResponse getResponse()
public List<SearchResults> getRequest()
Copyright © 2025 IBM Cloud. All rights reserved.