TrainingParameters interface
Parameters used for training.
Properties
custom |
Information of the previously trained iteration which provides the base model for current iteration's training. |
selected |
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[]