ProjectSettings Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ProjectSettings

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.

ProjectSettings withClassificationType(Classifier classificationType)

Set the classificationType value.

ProjectSettings withDomainId(UUID domainId)

Set the domainId value.

ProjectSettings withTargetExportPlatforms(List<String> targetExportPlatforms)

Set the targetExportPlatforms value.

Method Details

classificationType

public Classifier classificationType()

Get the classificationType value.

Returns:

the classificationType value

domainId

public UUID domainId()

Get the domainId value.

Returns:

the domainId value

targetExportPlatforms

public List targetExportPlatforms()

Get the targetExportPlatforms value.

Returns:

the targetExportPlatforms value

withClassificationType

public ProjectSettings withClassificationType(Classifier classificationType)

Set the classificationType value.

Parameters:

classificationType - the classificationType value to set

Returns:

the ProjectSettings object itself.

withDomainId

public ProjectSettings withDomainId(UUID domainId)

Set the domainId value.

Parameters:

domainId - the domainId value to set

Returns:

the ProjectSettings object itself.

withTargetExportPlatforms

public ProjectSettings withTargetExportPlatforms(List targetExportPlatforms)

Set the targetExportPlatforms value.

Parameters:

targetExportPlatforms - the targetExportPlatforms value to set

Returns:

the ProjectSettings object itself.

Applies to