GetIterationPerformanceOptionalParameter Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. GetIterationPerformanceOptionalParameter
- com.
public class GetIterationPerformanceOptionalParameter
El modelo GetIterationPerformanceOptionalParameter.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Double |
overlapThreshold()
Obtenga el valor overlapThreshold. |
String |
thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage. |
Double |
threshold()
Obtenga el valor de umbral. |
Get |
withOverlapThreshold(Double overlapThreshold)
Establezca el valor overlapThreshold. |
Get |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage. |
Get |
withThreshold(Double threshold)
Establezca el valor de umbral. |
Detalles del método
overlapThreshold
public Double overlapThreshold()
Obtenga el valor overlapThreshold.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage.
Returns:
threshold
public Double threshold()
Obtenga el valor de umbral.
Returns:
withOverlapThreshold
public GetIterationPerformanceOptionalParameter withOverlapThreshold(Double overlapThreshold)
Establezca el valor overlapThreshold.
Parameters:
Returns:
withThisclientacceptLanguage
public GetIterationPerformanceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage.
Parameters:
Returns:
withThreshold
public GetIterationPerformanceOptionalParameter withThreshold(Double threshold)
Establezca el valor de umbral.
Parameters:
Returns:
Se aplica a
Azure SDK for Java