GetIterationPerformanceOptionalParameter Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. GetIterationPerformanceOptionalParameter
- com.
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. |
Get |
withOverlapThreshold(Double overlapThreshold)
Defina o valor overlapThreshold. |
Get |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage. |
Get |
withThreshold(Double threshold)
Defina o valor do limite. |
Detalhes do método
overlapThreshold
public Double overlapThreshold()
Obtenha o valor overlapThreshold.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage.
Returns:
threshold
public Double threshold()
Obtenha o valor do limite.
Returns:
withOverlapThreshold
public GetIterationPerformanceOptionalParameter withOverlapThreshold(Double overlapThreshold)
Defina o valor overlapThreshold.
Parameters:
Returns:
withThisclientacceptLanguage
public GetIterationPerformanceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage.
Parameters:
Returns:
withThreshold
public GetIterationPerformanceOptionalParameter withThreshold(Double threshold)
Defina o valor do limite.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java