GetTaggedImagesOptionalParameter Class

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

public class GetTaggedImagesOptionalParameter

The GetTaggedImagesOptionalParameter 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.

List<UUID> tagIds()

Get the tagIds value.

Integer take()

Get the take value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

GetTaggedImagesOptionalParameter withIterationId(UUID iterationId)

Set the iterationId value.

GetTaggedImagesOptionalParameter withOrderBy(String orderBy)

Set the orderBy value.

GetTaggedImagesOptionalParameter withSkip(Integer skip)

Set the skip value.

GetTaggedImagesOptionalParameter withTagIds(List<UUID> tagIds)

Set the tagIds value.

GetTaggedImagesOptionalParameter withTake(Integer take)

Set the take value.

GetTaggedImagesOptionalParameter 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

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

withIterationId

public GetTaggedImagesOptionalParameter withIterationId(UUID iterationId)

Set the iterationId value.

Parameters:

iterationId - the iterationId value to set

Returns:

the GetTaggedImagesOptionalParameter object itself.

withOrderBy

public GetTaggedImagesOptionalParameter withOrderBy(String orderBy)

Set the orderBy value.

Parameters:

orderBy - the orderBy value to set

Returns:

the GetTaggedImagesOptionalParameter object itself.

withSkip

public GetTaggedImagesOptionalParameter withSkip(Integer skip)

Set the skip value.

Parameters:

skip - the skip value to set

Returns:

the GetTaggedImagesOptionalParameter object itself.

withTagIds

public GetTaggedImagesOptionalParameter withTagIds(List tagIds)

Set the tagIds value.

Parameters:

tagIds - the tagIds value to set

Returns:

the GetTaggedImagesOptionalParameter object itself.

withTake

public GetTaggedImagesOptionalParameter withTake(Integer take)

Set the take value.

Parameters:

take - the take value to set

Returns:

the GetTaggedImagesOptionalParameter object itself.

withThisclientacceptLanguage

public GetTaggedImagesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the GetTaggedImagesOptionalParameter object itself.

Applies to