GetTaggedImageCountOptionalParameter Class

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

public class GetTaggedImageCountOptionalParameter

The GetTaggedImageCountOptionalParameter model.

Method Summary

Modifier and Type Method and Description
UUID iterationId()

Get the iterationId value.

List<UUID> tagIds()

Get the tagIds value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

GetTaggedImageCountOptionalParameter withIterationId(UUID iterationId)

Set the iterationId value.

GetTaggedImageCountOptionalParameter withTagIds(List<UUID> tagIds)

Set the tagIds value.

GetTaggedImageCountOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

iterationId

public UUID iterationId()

Get the iterationId value.

Returns:

the iterationId value

tagIds

public List tagIds()

Get the tagIds value.

Returns:

the tagIds value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withIterationId

public GetTaggedImageCountOptionalParameter withIterationId(UUID iterationId)

Set the iterationId value.

Parameters:

iterationId - the iterationId value to set

Returns:

the GetTaggedImageCountOptionalParameter object itself.

withTagIds

public GetTaggedImageCountOptionalParameter withTagIds(List tagIds)

Set the tagIds value.

Parameters:

tagIds - the tagIds value to set

Returns:

the GetTaggedImageCountOptionalParameter object itself.

withThisclientacceptLanguage

public GetTaggedImageCountOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the GetTaggedImageCountOptionalParameter object itself.

Applies to