Class LdAiConfigTypes.JudgeConfiguration
Configuration for the judges associated with an AI Config.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.Config
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public sealed class LdAiConfigTypes.JudgeConfiguration
Properties
| Edit this page View SourceJudges
The list of judges.
Declaration
public IReadOnlyList<LdAiConfigTypes.JudgeConfiguration.Judge> Judges { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<LdAiConfigTypes.JudgeConfiguration.Judge> |