@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentationSearchResults extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATASET_RECORDS |
static String |
JSON_PROPERTY_DATASETS |
static String |
JSON_PROPERTY_EXPERIMENT_RUNS |
static String |
JSON_PROPERTY_EXPERIMENTS |
static String |
JSON_PROPERTY_PROJECTS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentationSearchResults() |
public boolean unparsed
public static final String JSON_PROPERTY_DATASET_RECORDS
public static final String JSON_PROPERTY_DATASETS
public static final String JSON_PROPERTY_EXPERIMENT_RUNS
public static final String JSON_PROPERTY_EXPERIMENTS
public static final String JSON_PROPERTY_PROJECTS
public LLMObsExperimentationSearchResults datasetRecords(List<LLMObsDatasetRecordDataResponse> datasetRecords)
public LLMObsExperimentationSearchResults addDatasetRecordsItem(LLMObsDatasetRecordDataResponse datasetRecordsItem)
@Nullable public List<LLMObsDatasetRecordDataResponse> getDatasetRecords()
dataset_records is included in
filter.scope.public org.openapitools.jackson.nullable.JsonNullable<List<LLMObsDatasetRecordDataResponse>> getDatasetRecords_JsonNullable()
public void setDatasetRecords_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<LLMObsDatasetRecordDataResponse>> datasetRecords)
public void setDatasetRecords(List<LLMObsDatasetRecordDataResponse> datasetRecords)
public LLMObsExperimentationSearchResults datasets(List<LLMObsDatasetDataResponse> datasets)
public LLMObsExperimentationSearchResults addDatasetsItem(LLMObsDatasetDataResponse datasetsItem)
@Nullable public List<LLMObsDatasetDataResponse> getDatasets()
datasets is included in filter.scope.public org.openapitools.jackson.nullable.JsonNullable<List<LLMObsDatasetDataResponse>> getDatasets_JsonNullable()
public void setDatasets_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<LLMObsDatasetDataResponse>> datasets)
public void setDatasets(List<LLMObsDatasetDataResponse> datasets)
public LLMObsExperimentationSearchResults experimentRuns(List<LLMObsExperimentRunDataResponse> experimentRuns)
public LLMObsExperimentationSearchResults addExperimentRunsItem(LLMObsExperimentRunDataResponse experimentRunsItem)
@Nullable public List<LLMObsExperimentRunDataResponse> getExperimentRuns()
experiment_runs is included in
filter.scope.public org.openapitools.jackson.nullable.JsonNullable<List<LLMObsExperimentRunDataResponse>> getExperimentRuns_JsonNullable()
public void setExperimentRuns_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<LLMObsExperimentRunDataResponse>> experimentRuns)
public void setExperimentRuns(List<LLMObsExperimentRunDataResponse> experimentRuns)
public LLMObsExperimentationSearchResults experiments(List<LLMObsExperimentDataAttributesResponse> experiments)
public LLMObsExperimentationSearchResults addExperimentsItem(LLMObsExperimentDataAttributesResponse experimentsItem)
@Nullable public List<LLMObsExperimentDataAttributesResponse> getExperiments()
experiments is included in filter.scope
.public org.openapitools.jackson.nullable.JsonNullable<List<LLMObsExperimentDataAttributesResponse>> getExperiments_JsonNullable()
public void setExperiments_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<LLMObsExperimentDataAttributesResponse>> experiments)
public void setExperiments(List<LLMObsExperimentDataAttributesResponse> experiments)
public LLMObsExperimentationSearchResults projects(List<LLMObsProjectDataResponse> projects)
public LLMObsExperimentationSearchResults addProjectsItem(LLMObsProjectDataResponse projectsItem)
@Nullable public List<LLMObsProjectDataResponse> getProjects()
projects is included in filter.scope.public org.openapitools.jackson.nullable.JsonNullable<List<LLMObsProjectDataResponse>> getProjects_JsonNullable()
public void setProjects_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<LLMObsProjectDataResponse>> projects)
public void setProjects(List<LLMObsProjectDataResponse> projects)
public LLMObsExperimentationSearchResults putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.