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:
Applies to
Azure SDK for Java