ProjectSettings Klasse
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ProjectSettings
- com.
public class ProjectSettings
Stellt einstellungen dar, die einem Projekt zugeordnet sind.
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
Classifier |
classificationType()
Rufen Sie den ClassificationType-Wert ab. |
UUID |
domainId()
Rufen Sie den DomainId-Wert ab. |
List<String> |
targetExportPlatforms()
Rufen Sie den Wert targetExportPlatforms ab. |
Project |
withClassificationType(Classifier classificationType)
Legen Sie den ClassificationType-Wert fest. |
Project |
withDomainId(UUID domainId)
Legen Sie den Wert domainId fest. |
Project |
withTargetExportPlatforms(List<String> targetExportPlatforms)
Legen Sie den Wert targetExportPlatforms fest. |
Details zur Methode
classificationType
public Classifier classificationType()
Rufen Sie den ClassificationType-Wert ab.
Returns:
domainId
public UUID domainId()
Rufen Sie den DomainId-Wert ab.
Returns:
targetExportPlatforms
public List
Rufen Sie den Wert targetExportPlatforms ab.
Returns:
withClassificationType
public ProjectSettings withClassificationType(Classifier classificationType)
Legen Sie den ClassificationType-Wert fest.
Parameters:
Returns:
withDomainId
public ProjectSettings withDomainId(UUID domainId)
Legen Sie den Wert domainId fest.
Parameters:
Returns:
withTargetExportPlatforms
public ProjectSettings withTargetExportPlatforms(List
Legen Sie den Wert targetExportPlatforms fest.
Parameters:
Returns:
Gilt für:
Azure SDK for Java