Compartir a través de


CreateProjectOptionalParameter Clase

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

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.

CreateProjectOptionalParameter withClassificationType(String classificationType)

Establezca el valor classificationType.

CreateProjectOptionalParameter withDescription(String description)

Establezca el valor de descripción.

CreateProjectOptionalParameter withDomainId(UUID domainId)

Establezca el valor domainId.

CreateProjectOptionalParameter withTargetExportPlatforms(List<String> targetExportPlatforms)

Establezca el valor targetExportPlatforms.

CreateProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Detalles del método

classificationType

public String classificationType()

Obtiene el valor classificationType.

Returns:

el valor classificationType

description

public String description()

Obtenga el valor de descripción.

Returns:

el valor de descripción

domainId

public UUID domainId()

Obtenga el valor domainId.

Returns:

el valor domainId

targetExportPlatforms

public List targetExportPlatforms()

Obtenga el valor targetExportPlatforms.

Returns:

el valor targetExportPlatforms

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Returns:

el valor thisclientacceptLanguage

withClassificationType

public CreateProjectOptionalParameter withClassificationType(String classificationType)

Establezca el valor classificationType.

Parameters:

classificationType - valor classificationType que se va a establecer

Returns:

El propio objeto CreateProjectOptionalParameter.

withDescription

public CreateProjectOptionalParameter withDescription(String description)

Establezca el valor de descripción.

Parameters:

description - el valor de descripción que se va a establecer

Returns:

El propio objeto CreateProjectOptionalParameter.

withDomainId

public CreateProjectOptionalParameter withDomainId(UUID domainId)

Establezca el valor domainId.

Parameters:

domainId - el valor domainId que se va a establecer

Returns:

El propio objeto CreateProjectOptionalParameter.

withTargetExportPlatforms

public CreateProjectOptionalParameter withTargetExportPlatforms(List targetExportPlatforms)

Establezca el valor targetExportPlatforms.

Parameters:

targetExportPlatforms - valor targetExportPlatforms que se va a establecer

Returns:

El propio objeto CreateProjectOptionalParameter.

withThisclientacceptLanguage

public CreateProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - el valor thisclientacceptLanguage que se va a establecer

Returns:

El propio objeto CreateProjectOptionalParameter.

Se aplica a