GetIterationPerformanceOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. GetIterationPerformanceOptionalParameter
- com.
public class GetIterationPerformanceOptionalParameter
The GetIterationPerformanceOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Double |
overlapThreshold()
Get the overlapThreshold value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Double |
threshold()
Get the threshold value. |
Get |
withOverlapThreshold(Double overlapThreshold)
Set the overlapThreshold value. |
Get |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Get |
withThreshold(Double threshold)
Set the threshold value. |
Method Details
overlapThreshold
public Double overlapThreshold()
Get the overlapThreshold value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
threshold
public Double threshold()
Get the threshold value.
Returns:
withOverlapThreshold
public GetIterationPerformanceOptionalParameter withOverlapThreshold(Double overlapThreshold)
Set the overlapThreshold value.
Parameters:
Returns:
withThisclientacceptLanguage
public GetIterationPerformanceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
withThreshold
public GetIterationPerformanceOptionalParameter withThreshold(Double threshold)
Set the threshold value.
Parameters:
Returns:
Applies to
Azure SDK for Java