Compartir a través de


GetIterationPerformanceOptionalParameter Clase

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

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.

GetIterationPerformanceOptionalParameter withOverlapThreshold(Double overlapThreshold)

Establezca el valor overlapThreshold.

GetIterationPerformanceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

GetIterationPerformanceOptionalParameter withThreshold(Double threshold)

Establezca el valor de umbral.

Detalles del método

overlapThreshold

public Double overlapThreshold()

Obtenga el valor overlapThreshold.

Returns:

el valor overlapThreshold

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Returns:

el valor thisclientacceptLanguage

threshold

public Double threshold()

Obtenga el valor de umbral.

Returns:

el valor de umbral

withOverlapThreshold

public GetIterationPerformanceOptionalParameter withOverlapThreshold(Double overlapThreshold)

Establezca el valor overlapThreshold.

Parameters:

overlapThreshold - el valor overlapThreshold que se va a establecer

Returns:

El propio objeto GetIterationPerformanceOptionalParameter.

withThisclientacceptLanguage

public GetIterationPerformanceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - el valor thisclientacceptLanguage que se va a establecer

Returns:

El propio objeto GetIterationPerformanceOptionalParameter.

withThreshold

public GetIterationPerformanceOptionalParameter withThreshold(Double threshold)

Establezca el valor de umbral.

Parameters:

threshold - valor de umbral que se va a establecer

Returns:

El propio objeto GetIterationPerformanceOptionalParameter.

Se aplica a