Class LLMObsExperimentationSearchResponse

Response to a cursor-based experimentation search. Returns 200 OK when all results fit in one page; 206 Partial Content when a next-page cursor is available.

Hierarchy

  • LLMObsExperimentationSearchResponse

Constructors

Properties

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

JSON:API data object for an experimentation search response.

Pagination cursor metadata.

Generated using TypeDoc