Initialization methods for a training.

interface TrainingInitMethod {
    default?: string;
    supported?: string[];
}

Properties

Properties

default?: string

The default value, which will be one of the values from the supported field.

supported?: string[]

The supported initialization methods.