CreateProjectOptionalParameter Class

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

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.

CreateProjectOptionalParameter withClassificationType(String classificationType)

Set the classificationType value.

CreateProjectOptionalParameter withDescription(String description)

Set the description value.

CreateProjectOptionalParameter withDomainId(UUID domainId)

Set the domainId value.

CreateProjectOptionalParameter withTargetExportPlatforms(List<String> targetExportPlatforms)

Set the targetExportPlatforms value.

CreateProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

classificationType

public String classificationType()

Get the classificationType value.

Returns:

the classificationType value

description

public String description()

Get the description value.

Returns:

the description value

domainId

public UUID domainId()

Get the domainId value.

Returns:

the domainId value

targetExportPlatforms

public List targetExportPlatforms()

Get the targetExportPlatforms value.

Returns:

the targetExportPlatforms value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withClassificationType

public CreateProjectOptionalParameter withClassificationType(String classificationType)

Set the classificationType value.

Parameters:

classificationType - the classificationType value to set

Returns:

the CreateProjectOptionalParameter object itself.

withDescription

public CreateProjectOptionalParameter withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the CreateProjectOptionalParameter object itself.

withDomainId

public CreateProjectOptionalParameter withDomainId(UUID domainId)

Set the domainId value.

Parameters:

domainId - the domainId value to set

Returns:

the CreateProjectOptionalParameter object itself.

withTargetExportPlatforms

public CreateProjectOptionalParameter withTargetExportPlatforms(List targetExportPlatforms)

Set the targetExportPlatforms value.

Parameters:

targetExportPlatforms - the targetExportPlatforms value to set

Returns:

the CreateProjectOptionalParameter object itself.

withThisclientacceptLanguage

public CreateProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the CreateProjectOptionalParameter object itself.

Applies to