LangfusePublicationOperationHealth
NexusLabs.Foundry.Langfuse¶
LangfusePublicationOperationHealth Class¶
Describes direct REST publication outcomes for one operation category.
public sealed record LangfusePublicationOperationHealth : System.IEquatable<NexusLabs.Foundry.Langfuse.LangfusePublicationOperationHealth>
Inheritance System.Object 🡒 LangfusePublicationOperationHealth
Implements System.IEquatable<LangfusePublicationOperationHealth>
Properties¶
LangfusePublicationOperationHealth.Canceled Property¶
Gets the operations canceled by their caller.
Property Value¶
LangfusePublicationOperationHealth.Failed Property¶
Gets the operations that terminated with a publication failure.
Property Value¶
LangfusePublicationOperationHealth.InFlight Property¶
Gets the operations currently awaiting a terminal result.
Property Value¶
LangfusePublicationOperationHealth.Succeeded Property¶
Gets the operations accepted by the Langfuse REST API.
Property Value¶
LangfusePublicationOperationHealth.Total Property¶
Gets the total terminal operations.