Compartir a través de


GetImagePerformancesOptionalParameter Clase

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

public class GetImagePerformancesOptionalParameter

El modelo GetImagePerformancesOptionalParameter.

Resumen del método

Modificador y tipo Método y descripción
String orderBy()

Obtenga el valor orderBy.

Integer skip()

Obtenga el valor de omisión.

List<UUID> tagIds()

Obtenga el valor tagIds.

Integer take()

Obtenga el valor take.

String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

GetImagePerformancesOptionalParameter withOrderBy(String orderBy)

Establezca el valor orderBy.

GetImagePerformancesOptionalParameter withSkip(Integer skip)

Establezca el valor de omisión.

GetImagePerformancesOptionalParameter withTagIds(List<UUID> tagIds)

Establezca el valor tagIds.

GetImagePerformancesOptionalParameter withTake(Integer take)

Establezca el valor take.

GetImagePerformancesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Detalles del método

orderBy

public String orderBy()

Obtenga el valor orderBy.

Returns:

el valor orderBy

skip

public Integer skip()

Obtenga el valor de omisión.

Returns:

el valor skip

tagIds

public List tagIds()

Obtenga el valor tagIds.

Returns:

el valor tagIds

take

public Integer take()

Obtenga el valor take.

Returns:

el valor take

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Returns:

el valor thisclientacceptLanguage

withOrderBy

public GetImagePerformancesOptionalParameter withOrderBy(String orderBy)

Establezca el valor orderBy.

Parameters:

orderBy - el valor orderBy que se va a establecer

Returns:

El propio objeto GetImagePerformancesOptionalParameter.

withSkip

public GetImagePerformancesOptionalParameter withSkip(Integer skip)

Establezca el valor de omisión.

Parameters:

skip - el valor skip que se va a establecer

Returns:

El propio objeto GetImagePerformancesOptionalParameter.

withTagIds

public GetImagePerformancesOptionalParameter withTagIds(List tagIds)

Establezca el valor tagIds.

Parameters:

tagIds - valor tagIds que se va a establecer

Returns:

El propio objeto GetImagePerformancesOptionalParameter.

withTake

public GetImagePerformancesOptionalParameter withTake(Integer take)

Establezca el valor take.

Parameters:

take - el valor take que se va a establecer

Returns:

El propio objeto GetImagePerformancesOptionalParameter.

withThisclientacceptLanguage

public GetImagePerformancesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - el valor thisclientacceptLanguage que se va a establecer

Returns:

El propio objeto GetImagePerformancesOptionalParameter.

Se aplica a