public static class AgentObservabilityApi.ListLLMObsDatasetRecordsOptionalParameters extends Object
| Constructor and Description |
|---|
ListLLMObsDatasetRecordsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
AgentObservabilityApi.ListLLMObsDatasetRecordsOptionalParameters |
filterVersion(Long filterVersion)
Set filterVersion.
|
AgentObservabilityApi.ListLLMObsDatasetRecordsOptionalParameters |
pageCursor(String pageCursor)
Set pageCursor.
|
AgentObservabilityApi.ListLLMObsDatasetRecordsOptionalParameters |
pageLimit(Long pageLimit)
Set pageLimit.
|
public ListLLMObsDatasetRecordsOptionalParameters()
public AgentObservabilityApi.ListLLMObsDatasetRecordsOptionalParameters filterVersion(Long filterVersion)
filterVersion - Retrieve records from a specific dataset version. Defaults to the
current version. (optional)public AgentObservabilityApi.ListLLMObsDatasetRecordsOptionalParameters pageCursor(String pageCursor)
pageCursor - Use the Pagination cursor to retrieve the next page of results. (optional)public AgentObservabilityApi.ListLLMObsDatasetRecordsOptionalParameters pageLimit(Long pageLimit)
pageLimit - Maximum number of results to return per page. (optional)Copyright © 2026. All rights reserved.