A clustered point attached inline to a topic. The metric fields are populated only when the request includes include_metrics=true.

Hierarchy

  • LLMObsPatternsClusteredPointRef

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

Duration of the source span in nanoseconds. Included only when metrics are requested.

estimatedTotalCost?: number

Estimated total cost of the source span. Included only when metrics are requested.

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

Evaluation results for the source span keyed by evaluation name. Included only when metrics are requested.

Type declaration

  • [key: string]: any
inputTokens?: number

Number of input tokens of the source span. Included only when metrics are requested.

outputTokens?: number

Number of output tokens of the source span. Included only when metrics are requested.

spanId: string

Identifier of the source span.

status?: string

Status of the source span. Included only when metrics are requested.

totalTokens?: number

Total number of tokens of the source span. Included only when metrics are requested.

Generated using TypeDoc