ProjectSettings Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ProjectSettings
- com.
public class ProjectSettings
Represents settings associated with a project.
Method Summary
Modifier and Type | Method and Description |
---|---|
Classifier |
classificationType()
Get the classificationType value. |
UUID |
domainId()
Get the domainId value. |
List<String> |
targetExportPlatforms()
Get the targetExportPlatforms value. |
Project |
withClassificationType(Classifier classificationType)
Set the classificationType value. |
Project |
withDomainId(UUID domainId)
Set the domainId value. |
Project |
withTargetExportPlatforms(List<String> targetExportPlatforms)
Set the targetExportPlatforms value. |
Method Details
classificationType
public Classifier classificationType()
Get the classificationType value.
Returns:
domainId
public UUID domainId()
Get the domainId value.
Returns:
targetExportPlatforms
public List
Get the targetExportPlatforms value.
Returns:
withClassificationType
public ProjectSettings withClassificationType(Classifier classificationType)
Set the classificationType value.
Parameters:
Returns:
withDomainId
public ProjectSettings withDomainId(UUID domainId)
Set the domainId value.
Parameters:
Returns:
withTargetExportPlatforms
public ProjectSettings withTargetExportPlatforms(List
Set the targetExportPlatforms value.
Parameters:
Returns:
Applies to
Azure SDK for Java