Type alias LLMObsExperimentStatus

LLMObsExperimentStatus: typeof RUNNING | typeof COMPLETED | typeof FAILED | typeof INTERRUPTED | UnparsedObject

Execution status of an LLM Observability experiment.

Generated using TypeDoc