public static class LlmObservabilityApi.ListLLMObsAnnotationQueuesOptionalParameters extends Object
| Constructor and Description |
|---|
ListLLMObsAnnotationQueuesOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
LlmObservabilityApi.ListLLMObsAnnotationQueuesOptionalParameters |
projectId(String projectId)
Set projectId.
|
LlmObservabilityApi.ListLLMObsAnnotationQueuesOptionalParameters |
queueIds(List<String> queueIds)
Set queueIds.
|
public ListLLMObsAnnotationQueuesOptionalParameters()
public LlmObservabilityApi.ListLLMObsAnnotationQueuesOptionalParameters projectId(String projectId)
projectId - Filter annotation queues by project ID. Cannot be used together with
queueIds. (optional)public LlmObservabilityApi.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.