GetIterationPerformanceOptionalParameter Class

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

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.

GetIterationPerformanceOptionalParameter withOverlapThreshold(Double overlapThreshold)

Set the overlapThreshold value.

GetIterationPerformanceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

GetIterationPerformanceOptionalParameter withThreshold(Double threshold)

Set the threshold value.

Method Details

overlapThreshold

public Double overlapThreshold()

Get the overlapThreshold value.

Returns:

the overlapThreshold value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

threshold

public Double threshold()

Get the threshold value.

Returns:

the threshold value

withOverlapThreshold

public GetIterationPerformanceOptionalParameter withOverlapThreshold(Double overlapThreshold)

Set the overlapThreshold value.

Parameters:

overlapThreshold - the overlapThreshold value to set

Returns:

the GetIterationPerformanceOptionalParameter object itself.

withThisclientacceptLanguage

public GetIterationPerformanceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the GetIterationPerformanceOptionalParameter object itself.

withThreshold

public GetIterationPerformanceOptionalParameter withThreshold(Double threshold)

Set the threshold value.

Parameters:

threshold - the threshold value to set

Returns:

the GetIterationPerformanceOptionalParameter object itself.

Applies to