Class LdAiConfigDefault
Shared type for user-supplied default AI Configs. Carries the data fields common to the mode-specific default config types. Cannot be constructed or subclassed outside the SDK.
Inheritance
LdAiConfigDefault
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.Config
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public abstract class LdAiConfigDefault
Properties
| Edit this page View SourceEnabled
Whether the config is enabled. Null indicates the user did not specify a value.
Declaration
public bool? Enabled { get; }
Property Value
| Type | Description |
|---|---|
| bool? |
Model
Information about the model.
Declaration
public LdAiConfigTypes.ModelConfig Model { get; }
Property Value
| Type | Description |
|---|---|
| LdAiConfigTypes.ModelConfig |
Provider
Information about the model provider.
Declaration
public LdAiConfigTypes.ProviderConfig Provider { get; }
Property Value
| Type | Description |
|---|---|
| LdAiConfigTypes.ProviderConfig |