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