Class LLMObsExperimentationSimpleSearchMetaPage

Page metadata.

Hierarchy

  • LLMObsExperimentationSimpleSearchMetaPage

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
current?: number

Current page number.

limit?: number

Page size used for this response.

totalCount?: number

Total number of matching results (capped at the maximum search limit).

totalPages?: number

Total number of pages available.

Generated using TypeDoc