A single data point grouped into a topic.

Hierarchy

  • LLMObsPatternsClusteredPoint

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
eventId: string

Identifier of the source event.

id: string

Unique identifier of the clustered point.

input: string

Input text of the source span.

isIncluded: boolean

Whether the point is included in the patterns dataset.

isSuggested: boolean

Whether the point is suggested for inclusion in the patterns dataset.

sessionId: string

Identifier of the source session.

spanId: string

Identifier of the source span.

topicId: string

Identifier of the topic the point belongs to.

Generated using TypeDoc