public static class LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters extends Object
| Constructor and Description |
|---|
ListLLMObsExperimentsOptionalParameters() |
public ListLLMObsExperimentsOptionalParameters()
public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters filterProjectId(String filterProjectId)
filterProjectId - Filter experiments by project ID. Required if filter[dataset_id]
is not provided. (optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters filterDatasetId(String filterDatasetId)
filterDatasetId - Filter experiments by dataset ID. (optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters filterId(String filterId)
filterId - Filter experiments by experiment ID. Can be specified multiple times.
(optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters filterName(String filterName)
filterName - Filter experiments by their exact run name. (optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters filterExperiment(String filterExperiment)
filterExperiment - Filter by logical experiment name. This is the name
field set when creating an experiment through POST /experiments. Returns all
experiment runs that share the same name, enabling cross-commit and cross-branch
comparisons. (optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters filterMetadata(String filterMetadata)
filterMetadata - Filter by JSONB metadata containment. Provide a JSON object string
where experiments whose metadata contains all specified key-value pairs are returned. For
example: {"commit":"abc123","branch":"main"}. (optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters filterParentExperimentId(String filterParentExperimentId)
filterParentExperimentId - Filter experiments by the ID of their parent (baseline)
experiment. Returns all experiments that were run against the given baseline. Can be
specified multiple times. (optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters filterIsDeleted(Boolean filterIsDeleted)
filterIsDeleted - When true, return only soft-deleted experiments. Defaults
to false. (optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters includeUserData(Boolean includeUserData)
includeUserData - When true, enrich each experiment with its author's user
data in the author field. (optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters includeDatasetNames(Boolean includeDatasetNames)
includeDatasetNames - When true, enrich each experiment with its dataset
name in the dataset_name field. (optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters pageCursor(String pageCursor)
pageCursor - Use the pagination cursor returned in meta.after to retrieve
the next page of results. (optional)public LlmObservabilityApi.ListLLMObsExperimentsOptionalParameters pageLimit(Long pageLimit)
pageLimit - Maximum number of results to return per page. Values above 5000 are clamped
to 5000. Defaults to 5000. (optional)Copyright © 2026. All rights reserved.