CreateProjectOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. CreateProjectOptionalParameter
- com.
public class CreateProjectOptionalParameter
The CreateProjectOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
classificationType()
Get the classificationType value. |
String |
description()
Get the description value. |
UUID |
domainId()
Get the domainId value. |
List<String> |
targetExportPlatforms()
Get the targetExportPlatforms value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Create |
withClassificationType(String classificationType)
Set the classificationType value. |
Create |
withDescription(String description)
Set the description value. |
Create |
withDomainId(UUID domainId)
Set the domainId value. |
Create |
withTargetExportPlatforms(List<String> targetExportPlatforms)
Set the targetExportPlatforms value. |
Create |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
classificationType
public String classificationType()
Get the classificationType value.
Returns:
description
public String description()
Get the description value.
Returns:
domainId
public UUID domainId()
Get the domainId value.
Returns:
targetExportPlatforms
public List
Get the targetExportPlatforms value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withClassificationType
public CreateProjectOptionalParameter withClassificationType(String classificationType)
Set the classificationType value.
Parameters:
Returns:
withDescription
public CreateProjectOptionalParameter withDescription(String description)
Set the description value.
Parameters:
Returns:
withDomainId
public CreateProjectOptionalParameter withDomainId(UUID domainId)
Set the domainId value.
Parameters:
Returns:
withTargetExportPlatforms
public CreateProjectOptionalParameter withTargetExportPlatforms(List
Set the targetExportPlatforms value.
Parameters:
Returns:
withThisclientacceptLanguage
public CreateProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java