TrainingParameters interface

Parameters used for training.

Properties

customBaseModelInfo

Information of the previously trained iteration which provides the base model for current iteration's training.

selectedTags

List of tags selected for this training session, other tags in the project will be ignored.

Property Details

customBaseModelInfo

Information of the previously trained iteration which provides the base model for current iteration's training.

customBaseModelInfo?: CustomBaseModelInfo

Property Value

selectedTags

List of tags selected for this training session, other tags in the project will be ignored.

selectedTags?: string[]

Property Value

string[]