GetUntaggedImagesOptionalParameter Class

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

public class GetUntaggedImagesOptionalParameter

The GetUntaggedImagesOptionalParameter model.

Method Summary

Modifier and Type Method and Description
UUID iterationId()

Get the iterationId value.

String orderBy()

Get the orderBy value.

Integer skip()

Get the skip value.

Integer take()

Get the take value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

GetUntaggedImagesOptionalParameter withIterationId(UUID iterationId)

Set the iterationId value.

GetUntaggedImagesOptionalParameter withOrderBy(String orderBy)

Set the orderBy value.

GetUntaggedImagesOptionalParameter withSkip(Integer skip)

Set the skip value.

GetUntaggedImagesOptionalParameter withTake(Integer take)

Set the take value.

GetUntaggedImagesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

iterationId

public UUID iterationId()

Get the iterationId value.

Returns:

the iterationId value

orderBy

public String orderBy()

Get the orderBy value.

Returns:

the orderBy value

skip

public Integer skip()

Get the skip value.

Returns:

the skip 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

withIterationId

public GetUntaggedImagesOptionalParameter withIterationId(UUID iterationId)

Set the iterationId value.

Parameters:

iterationId - the iterationId value to set

Returns:

the GetUntaggedImagesOptionalParameter object itself.

withOrderBy

public GetUntaggedImagesOptionalParameter withOrderBy(String orderBy)

Set the orderBy value.

Parameters:

orderBy - the orderBy value to set

Returns:

the GetUntaggedImagesOptionalParameter object itself.

withSkip

public GetUntaggedImagesOptionalParameter withSkip(Integer skip)

Set the skip value.

Parameters:

skip - the skip value to set

Returns:

the GetUntaggedImagesOptionalParameter object itself.

withTake

public GetUntaggedImagesOptionalParameter withTake(Integer take)

Set the take value.

Parameters:

take - the take value to set

Returns:

the GetUntaggedImagesOptionalParameter object itself.

withThisclientacceptLanguage

public GetUntaggedImagesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the GetUntaggedImagesOptionalParameter object itself.

Applies to