Compartilhar via


GetIterationPerformanceOptionalParameter Classe

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

public class GetIterationPerformanceOptionalParameter

O modelo GetIterationPerformanceOptionalParameter.

Resumo do método

Modificador e tipo Método e descrição
Double overlapThreshold()

Obtenha o valor overlapThreshold.

String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

Double threshold()

Obtenha o valor do limite.

GetIterationPerformanceOptionalParameter withOverlapThreshold(Double overlapThreshold)

Defina o valor overlapThreshold.

GetIterationPerformanceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

GetIterationPerformanceOptionalParameter withThreshold(Double threshold)

Defina o valor do limite.

Detalhes do método

overlapThreshold

public Double overlapThreshold()

Obtenha o valor overlapThreshold.

Returns:

o valor de overlapThreshold

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

Returns:

o valor thisclientacceptLanguage

threshold

public Double threshold()

Obtenha o valor do limite.

Returns:

o valor do limite

withOverlapThreshold

public GetIterationPerformanceOptionalParameter withOverlapThreshold(Double overlapThreshold)

Defina o valor overlapThreshold.

Parameters:

overlapThreshold - o valor de overlapThreshold a ser definido

Returns:

o objeto GetIterationPerformanceOptionalParameter em si.

withThisclientacceptLanguage

public GetIterationPerformanceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o objeto GetIterationPerformanceOptionalParameter em si.

withThreshold

public GetIterationPerformanceOptionalParameter withThreshold(Double threshold)

Defina o valor do limite.

Parameters:

threshold - o valor limite a ser definido

Returns:

o objeto GetIterationPerformanceOptionalParameter em si.

Aplica-se a