你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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[]