GetIterationPerformanceOptionalParameter 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. GetIterationPerformanceOptionalParameter
- com.
public class GetIterationPerformanceOptionalParameter
GetIterationPerformanceOptionalParameter 模型。
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
| Double |
overlapThreshold()
获取 overlapThreshold 值。 |
| String |
thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。 |
| Double |
threshold()
获取阈值。 |
|
Get |
withOverlapThreshold(Double overlapThreshold)
设置 overlapThreshold 值。 |
|
Get |
withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。 |
|
Get |
withThreshold(Double threshold)
设置阈值。 |
方法详细信息
overlapThreshold
public Double overlapThreshold()
获取 overlapThreshold 值。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。
Returns:
threshold
public Double threshold()
获取阈值。
Returns:
withOverlapThreshold
public GetIterationPerformanceOptionalParameter withOverlapThreshold(Double overlapThreshold)
设置 overlapThreshold 值。
Parameters:
Returns:
withThisclientacceptLanguage
public GetIterationPerformanceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。
Parameters:
Returns:
withThreshold
public GetIterationPerformanceOptionalParameter withThreshold(Double threshold)
设置阈值。
Parameters:
Returns: