Configuration related to the model.

Hierarchy

  • LDModelConfig

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
region?: string

The region for the model.

Generated using TypeDoc