共用方式為


GetImagePerformancesOptionalParameter Class

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

public class GetImagePerformancesOptionalParameter

The GetImagePerformancesOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String orderBy()

Get the orderBy value.

Integer skip()

Get the skip value.

List<UUID> tagIds()

Get the tagIds value.

Integer take()

Get the take value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

GetImagePerformancesOptionalParameter withOrderBy(String orderBy)

Set the orderBy value.

GetImagePerformancesOptionalParameter withSkip(Integer skip)

Set the skip value.

GetImagePerformancesOptionalParameter withTagIds(List<UUID> tagIds)

Set the tagIds value.

GetImagePerformancesOptionalParameter withTake(Integer take)

Set the take value.

GetImagePerformancesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

orderBy

public String orderBy()

Get the orderBy value.

Returns:

the orderBy value

skip

public Integer skip()

Get the skip value.

Returns:

the skip value

tagIds

public List tagIds()

Get the tagIds value.

Returns:

the tagIds value

take

public Integer take()

Get the take value.

Returns:

the take value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withOrderBy

public GetImagePerformancesOptionalParameter withOrderBy(String orderBy)

Set the orderBy value.

Parameters:

orderBy - the orderBy value to set

Returns:

the GetImagePerformancesOptionalParameter object itself.

withSkip

public GetImagePerformancesOptionalParameter withSkip(Integer skip)

Set the skip value.

Parameters:

skip - the skip value to set

Returns:

the GetImagePerformancesOptionalParameter object itself.

withTagIds

public GetImagePerformancesOptionalParameter withTagIds(List tagIds)

Set the tagIds value.

Parameters:

tagIds - the tagIds value to set

Returns:

the GetImagePerformancesOptionalParameter object itself.

withTake

public GetImagePerformancesOptionalParameter withTake(Integer take)

Set the take value.

Parameters:

take - the take value to set

Returns:

the GetImagePerformancesOptionalParameter object itself.

withThisclientacceptLanguage

public GetImagePerformancesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the GetImagePerformancesOptionalParameter object itself.

Applies to