Class LdAiJudgeConfigDefault
Represents a default AI Judge Config supplied by the user as a fallback to the AI client's judge config method. This type contains the same data fields as LdAiJudgeConfig but has no tracker — it is purely an input to the client.
Construct an instance via New() and the nested LdAiJudgeConfigDefault.Builder, or use Disabled for a disabled default.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.Config
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public sealed class LdAiJudgeConfigDefault : LdAiConfigDefault
Properties
| Edit this page View SourceDisabled
Convenient helper that returns a disabled LdAiJudgeConfigDefault.
Declaration
public static LdAiJudgeConfigDefault Disabled { get; }
Property Value
| Type | Description |
|---|---|
| LdAiJudgeConfigDefault |
EvaluationMetricKey
The evaluation metric key used to identify this judge's metric.
Declaration
public string EvaluationMetricKey { get; }
Property Value
| Type | Description |
|---|---|
| string |
Messages
The prompts associated with the judge config.
Declaration
public IReadOnlyList<LdAiConfigTypes.Message> Messages { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<LdAiConfigTypes.Message> |
Methods
| Edit this page View SourceNew()
Creates a new LdAiJudgeConfigDefault builder.
Declaration
public static LdAiJudgeConfigDefault.Builder New()
Returns
| Type | Description |
|---|---|
| LdAiJudgeConfigDefault.Builder | a new builder |