public static class LlmObservabilityApi.GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters extends Object
| Constructor and Description |
|---|
GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
LlmObservabilityApi.GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters |
limit(Integer limit)
Set limit.
|
LlmObservabilityApi.GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters |
offset(Integer offset)
Set offset.
|
public GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters()
public LlmObservabilityApi.GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters offset(Integer offset)
offset - Pagination offset. Must be >= 0. Defaults to 0. (optional, default to 0)public LlmObservabilityApi.GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters limit(Integer limit)
limit - Maximum number of results to return. Must be > 0. Defaults to 100. (optional,
default to 100)Copyright © 2026. All rights reserved.