Class LLMObsExperimentationSearchDataResponse

JSON:API data object for an experimentation search response.

Hierarchy

  • LLMObsExperimentationSearchDataResponse

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

The matching experimentation entities grouped by type.

id: string

Server-generated identifier for this search result.

Resource type for experimentation search and analytics operations.

Generated using TypeDoc