Compartir a través de


ProjectSettings Clase

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

public class ProjectSettings

Representa la configuración asociada a un proyecto.

Resumen del método

Modificador y tipo Método y descripción
Classifier classificationType()

Obtenga el valor classificationType.

UUID domainId()

Obtenga el valor domainId.

List<String> targetExportPlatforms()

Obtenga el valor targetExportPlatforms.

ProjectSettings withClassificationType(Classifier classificationType)

Establezca el valor classificationType.

ProjectSettings withDomainId(UUID domainId)

Establezca el valor domainId.

ProjectSettings withTargetExportPlatforms(List<String> targetExportPlatforms)

Establezca el valor targetExportPlatforms.

Detalles del método

classificationType

public Classifier classificationType()

Obtenga el valor classificationType.

Returns:

el valor classificationType

domainId

public UUID domainId()

Obtenga el valor domainId.

Returns:

el valor domainId

targetExportPlatforms

public List targetExportPlatforms()

Obtenga el valor targetExportPlatforms.

Returns:

el valor targetExportPlatforms

withClassificationType

public ProjectSettings withClassificationType(Classifier classificationType)

Establezca el valor classificationType.

Parameters:

classificationType - el valor classificationType que se va a establecer

Returns:

el propio objeto ProjectSettings.

withDomainId

public ProjectSettings withDomainId(UUID domainId)

Establezca el valor domainId.

Parameters:

domainId - el valor domainId que se va a establecer

Returns:

el propio objeto ProjectSettings.

withTargetExportPlatforms

public ProjectSettings withTargetExportPlatforms(List targetExportPlatforms)

Establezca el valor targetExportPlatforms.

Parameters:

targetExportPlatforms - valor targetExportPlatforms que se va a establecer

Returns:

el propio objeto ProjectSettings.

Se aplica a