你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Trainings.TrainingsCreateProjectDefinitionStages.WithAllOptions Interface
public interface WithAllOptions
The stage of the definition which allows for any other optional settings to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
TrainingsCreateProjectDefinitionStages.WithExecute |
withClassificationType(String classificationType)
The type of classifier to create for this project. Possible values include: 'Multiclass', 'Multilabel'. |
TrainingsCreateProjectDefinitionStages.WithExecute |
withDescription(String description)
The description of the project. |
TrainingsCreateProjectDefinitionStages.WithExecute |
withDomainId(UUID domainId)
The id of the domain to use for this project. Defaults to General. |
TrainingsCreateProjectDefinitionStages.WithExecute |
withTargetExportPlatforms(List<String> targetExportPlatforms)
List of platforms the trained model is intending exporting to. |
Method Details
withClassificationType
public TrainingsCreateProjectDefinitionStages.WithExecute withClassificationType(String classificationType)
The type of classifier to create for this project. Possible values include: 'Multiclass', 'Multilabel'.
Parameters:
Returns:
withDescription
public TrainingsCreateProjectDefinitionStages.WithExecute withDescription(String description)
The description of the project.
Parameters:
Returns:
withDomainId
public TrainingsCreateProjectDefinitionStages.WithExecute withDomainId(UUID domainId)
The id of the domain to use for this project. Defaults to General.
Parameters:
Returns:
withTargetExportPlatforms
public TrainingsCreateProjectDefinitionStages.WithExecute withTargetExportPlatforms(List
List of platforms the trained model is intending exporting to.
Parameters:
Returns: