public static class AgentObservabilityApi.ListLLMObsAnnotationQueuesOptionalParameters extends Object
| Constructor and Description |
|---|
ListLLMObsAnnotationQueuesOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
AgentObservabilityApi.ListLLMObsAnnotationQueuesOptionalParameters |
projectId(String projectId)
Set projectId.
|
AgentObservabilityApi.ListLLMObsAnnotationQueuesOptionalParameters |
queueIds(List<String> queueIds)
Set queueIds.
|
public ListLLMObsAnnotationQueuesOptionalParameters()
public AgentObservabilityApi.ListLLMObsAnnotationQueuesOptionalParameters projectId(String projectId)
projectId - Filter annotation queues by project ID. Cannot be used together with
queueIds. (optional)public AgentObservabilityApi.ListLLMObsAnnotationQueuesOptionalParameters queueIds(List<String> queueIds)
queueIds - Filter annotation queues by queue IDs (comma-separated). Cannot be used
together with projectId. (optional)Copyright © 2026. All rights reserved.