CreateProjectOptionalParameter Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. CreateProjectOptionalParameter
- com.
public class CreateProjectOptionalParameter
El modelo CreateProjectOptionalParameter.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
String |
classificationType()
Obtiene el valor classificationType. |
String |
description()
Obtenga el valor de descripción. |
UUID |
domainId()
Obtenga el valor domainId. |
List<String> |
targetExportPlatforms()
Obtenga el valor targetExportPlatforms. |
String |
thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage. |
Create |
withClassificationType(String classificationType)
Establezca el valor classificationType. |
Create |
withDescription(String description)
Establezca el valor de descripción. |
Create |
withDomainId(UUID domainId)
Establezca el valor domainId. |
Create |
withTargetExportPlatforms(List<String> targetExportPlatforms)
Establezca el valor targetExportPlatforms. |
Create |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage. |
Detalles del método
classificationType
public String classificationType()
Obtiene el valor classificationType.
Returns:
description
public String description()
Obtenga el valor de descripción.
Returns:
domainId
public UUID domainId()
Obtenga el valor domainId.
Returns:
targetExportPlatforms
public List
Obtenga el valor targetExportPlatforms.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage.
Returns:
withClassificationType
public CreateProjectOptionalParameter withClassificationType(String classificationType)
Establezca el valor classificationType.
Parameters:
Returns:
withDescription
public CreateProjectOptionalParameter withDescription(String description)
Establezca el valor de descripción.
Parameters:
Returns:
withDomainId
public CreateProjectOptionalParameter withDomainId(UUID domainId)
Establezca el valor domainId.
Parameters:
Returns:
withTargetExportPlatforms
public CreateProjectOptionalParameter withTargetExportPlatforms(List
Establezca el valor targetExportPlatforms.
Parameters:
Returns:
withThisclientacceptLanguage
public CreateProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage.
Parameters:
Returns:
Se aplica a
Azure SDK for Java