GetImagesByIdsOptionalParameter Class

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

public class GetImagesByIdsOptionalParameter

The GetImagesByIdsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
List<UUID> imageIds()

Get the imageIds value.

UUID iterationId()

Get the iterationId value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

GetImagesByIdsOptionalParameter withImageIds(List<UUID> imageIds)

Set the imageIds value.

GetImagesByIdsOptionalParameter withIterationId(UUID iterationId)

Set the iterationId value.

GetImagesByIdsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

imageIds

public List imageIds()

Get the imageIds value.

Returns:

the imageIds value

iterationId

public UUID iterationId()

Get the iterationId value.

Returns:

the iterationId value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withImageIds

public GetImagesByIdsOptionalParameter withImageIds(List imageIds)

Set the imageIds value.

Parameters:

imageIds - the imageIds value to set

Returns:

the GetImagesByIdsOptionalParameter object itself.

withIterationId

public GetImagesByIdsOptionalParameter withIterationId(UUID iterationId)

Set the iterationId value.

Parameters:

iterationId - the iterationId value to set

Returns:

the GetImagesByIdsOptionalParameter object itself.

withThisclientacceptLanguage

public GetImagesByIdsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the GetImagesByIdsOptionalParameter object itself.

Applies to