Initialization text to be used if init_method is set to text, otherwise this will be ignored.

interface TrainingInitText {
    default?: string;
}

Properties

Properties

default?: string

Initialization text.