Trainings.TrainingsGetTaggedImagesDefinitionStages.WithAllOptions Interface

public interface WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
TrainingsGetTaggedImagesDefinitionStages.WithExecute withIterationId(UUID iterationId)

The iteration id. Defaults to workspace.

TrainingsGetTaggedImagesDefinitionStages.WithExecute withOrderBy(String orderBy)

The ordering. Defaults to newest. Possible values include: 'Newest', 'Oldest'.

TrainingsGetTaggedImagesDefinitionStages.WithExecute withSkip(Integer skip)

Number of images to skip before beginning the image batch. Defaults to 0.

TrainingsGetTaggedImagesDefinitionStages.WithExecute withTagIds(List<UUID> tagIds)

A list of tags ids to filter the images. Defaults to all tagged images when null. Limited to 20.

TrainingsGetTaggedImagesDefinitionStages.WithExecute withTake(Integer take)

Maximum number of images to return. Defaults to 50, limited to 256.

Method Details

withIterationId

public TrainingsGetTaggedImagesDefinitionStages.WithExecute withIterationId(UUID iterationId)

The iteration id. Defaults to workspace.

Parameters:

iterationId

Returns:

next definition stage

withOrderBy

public TrainingsGetTaggedImagesDefinitionStages.WithExecute withOrderBy(String orderBy)

The ordering. Defaults to newest. Possible values include: 'Newest', 'Oldest'.

Parameters:

orderBy

Returns:

next definition stage

withSkip

public TrainingsGetTaggedImagesDefinitionStages.WithExecute withSkip(Integer skip)

Number of images to skip before beginning the image batch. Defaults to 0.

Parameters:

skip

Returns:

next definition stage

withTagIds

public TrainingsGetTaggedImagesDefinitionStages.WithExecute withTagIds(List tagIds)

A list of tags ids to filter the images. Defaults to all tagged images when null. Limited to 20.

Parameters:

tagIds

Returns:

next definition stage

withTake

public TrainingsGetTaggedImagesDefinitionStages.WithExecute withTake(Integer take)

Maximum number of images to return. Defaults to 50, limited to 256.

Parameters:

take

Returns:

next definition stage

Applies to