Class LLMObsPatternsTopicsResponseAttributes

Attributes of an LLM Observability patterns topics response.

Hierarchy

  • LLMObsPatternsTopicsResponseAttributes

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
completedAt?: Date

Timestamp when the run completed. Null if the run has not completed.

configId: string

Identifier of the configuration that produced the run.

Snapshot of the configuration used for a patterns run.

createdAt: Date

Timestamp when the run was created.

previousRunId: string

Identifier of the run that completed immediately before this one. Empty if none.

runId: string

Identifier of the run that produced the topics.

List of discovered topics.

Generated using TypeDoc