Skip to content

LangfuseExperimentApiPublicationStatus

NexusLabs.Foundry.Langfuse

LangfuseExperimentApiPublicationStatus Enum

Summarizes direct Langfuse REST publication observed by one experiment run instance.

public enum LangfuseExperimentApiPublicationStatus

Fields

NotAttempted 0

No item-link or run-score operation has completed.

InProgress 1

At least one item-link or run-score operation is still running.

Complete 2

Every requested operation reached a successful or intentionally skipped outcome.

Partial 3

Some operations completed, while others failed or could not be attempted.

Failed 4

No requested publication operation completed successfully.

Disabled 5

Langfuse was disabled, so all operations were coherent no-ops.