public class DescribeLLMTraceV3Response
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
DescribeLLMTraceV3Response() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Integer |
getDuration() |
String |
getInput() |
Integer |
getMaxEndTime() |
String |
getMessage() |
Integer |
getMinStartTime() |
String |
getOutput() |
List<LLMSpan> |
getRootSpans() |
Boolean |
getSuccess() |
Integer |
getTokens() |
DescribeLLMTraceV3Response |
setCode(String code) |
DescribeLLMTraceV3Response |
setDuration(Integer duration) |
DescribeLLMTraceV3Response |
setInput(String input) |
DescribeLLMTraceV3Response |
setMaxEndTime(Integer maxEndTime) |
DescribeLLMTraceV3Response |
setMessage(String message) |
DescribeLLMTraceV3Response |
setMinStartTime(Integer minStartTime) |
DescribeLLMTraceV3Response |
setOutput(String output) |
DescribeLLMTraceV3Response |
setRootSpans(List<LLMSpan> rootSpans) |
DescribeLLMTraceV3Response |
setSuccess(Boolean success) |
DescribeLLMTraceV3Response |
setTokens(Integer tokens) |
String |
toString() |
public Boolean getSuccess()
public DescribeLLMTraceV3Response setSuccess(Boolean success)
public String getCode()
public DescribeLLMTraceV3Response setCode(String code)
public String getMessage()
public DescribeLLMTraceV3Response setMessage(String message)
public Integer getDuration()
public DescribeLLMTraceV3Response setDuration(Integer duration)
public Integer getMinStartTime()
public DescribeLLMTraceV3Response setMinStartTime(Integer minStartTime)
public Integer getMaxEndTime()
public DescribeLLMTraceV3Response setMaxEndTime(Integer maxEndTime)
public Integer getTokens()
public DescribeLLMTraceV3Response setTokens(Integer tokens)
public String getInput()
public DescribeLLMTraceV3Response setInput(String input)
public String getOutput()
public DescribeLLMTraceV3Response setOutput(String output)
public DescribeLLMTraceV3Response setRootSpans(List<LLMSpan> rootSpans)
Copyright © 2026. All rights reserved.