Configuration related to the model.

interface LDModelConfig {
    modelId?: string;
    [index: string]: unknown;
}

Indexable

  • [index: string]: unknown

    And additional model specific information.

Properties

Properties

modelId?: string

The ID of the model.