Configuration related to the model.

Hierarchy

  • LDModelConfig

Properties

Properties

custom?: {
    [index: string]: unknown;
}

Additional user-specified parameters.

Type declaration

  • [index: string]: unknown
name: string

The ID of the model.

parameters?: {
    [index: string]: unknown;
}

Model specific parameters.

Type declaration

  • [index: string]: unknown

Generated using TypeDoc