Compartilhar via


GetImagePerformanceCountOptionalParameter Classe

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

public class GetImagePerformanceCountOptionalParameter

O modelo GetImagePerformanceCountOptionalParameter.

Resumo do método

Modificador e tipo Método e descrição
List<UUID> tagIds()

Obtenha o valor tagIds.

String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

GetImagePerformanceCountOptionalParameter withTagIds(List<UUID> tagIds)

Defina o valor tagIds.

GetImagePerformanceCountOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Detalhes do método

tagIds

public List tagIds()

Obtenha o valor tagIds.

Returns:

o valor tagIds

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

Returns:

o valor thisclientacceptLanguage

withTagIds

public GetImagePerformanceCountOptionalParameter withTagIds(List tagIds)

Defina o valor tagIds.

Parameters:

tagIds - o valor tagIds a ser definido

Returns:

o próprio objeto GetImagePerformanceCountOptionalParameter.

withThisclientacceptLanguage

public GetImagePerformanceCountOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o próprio objeto GetImagePerformanceCountOptionalParameter.

Aplica-se a