ProjectSettings Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ProjectSettings
- com.
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. |
Project |
withClassificationType(Classifier classificationType)
Establezca el valor classificationType. |
Project |
withDomainId(UUID domainId)
Establezca el valor domainId. |
Project |
withTargetExportPlatforms(List<String> targetExportPlatforms)
Establezca el valor targetExportPlatforms. |
Detalles del método
classificationType
public Classifier classificationType()
Obtenga el valor classificationType.
Returns:
domainId
public UUID domainId()
Obtenga el valor domainId.
Returns:
targetExportPlatforms
public List
Obtenga el valor targetExportPlatforms.
Returns:
withClassificationType
public ProjectSettings withClassificationType(Classifier classificationType)
Establezca el valor classificationType.
Parameters:
Returns:
withDomainId
public ProjectSettings withDomainId(UUID domainId)
Establezca el valor domainId.
Parameters:
Returns:
withTargetExportPlatforms
public ProjectSettings withTargetExportPlatforms(List
Establezca el valor targetExportPlatforms.
Parameters:
Returns:
Se aplica a
Azure SDK for Java