Class LLMObsPatternsRunStatusResponseAttributes

Attributes of an LLM Observability patterns run status.

Hierarchy

  • LLMObsPatternsRunStatusResponseAttributes

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
createdAt: Date

Timestamp when the run was created.

List of step-by-step progress entries for a patterns run.

status: string

Overall status of the run.

step: string

The current step of the run.

Generated using TypeDoc