Class LLMObsExperimentationSearchResults

The matching experimentation entities grouped by type.

Hierarchy

  • LLMObsExperimentationSearchResults

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Matching dataset records. Present when dataset_records is included in filter.scope.

Matching datasets. Present when datasets is included in filter.scope.

Matching experiment runs. Present when experiment_runs is included in filter.scope.

Matching experiments. Present when experiments is included in filter.scope.

Matching projects. Present when projects is included in filter.scope.

Generated using TypeDoc