Trainings.TrainingsGetImagePerformancesDefinitionStages.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
TrainingsGetImagePerformancesDefinitionStages.WithExecute withOrderBy(String orderBy)

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

TrainingsGetImagePerformancesDefinitionStages.WithExecute withSkip(Integer skip)

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

TrainingsGetImagePerformancesDefinitionStages.WithExecute withTagIds(List<UUID> tagIds)

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

TrainingsGetImagePerformancesDefinitionStages.WithExecute withTake(Integer take)

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

Method Details

withOrderBy

public TrainingsGetImagePerformancesDefinitionStages.WithExecute withOrderBy(String orderBy)

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

Parameters:

orderBy

Returns:

next definition stage

withSkip

public TrainingsGetImagePerformancesDefinitionStages.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 TrainingsGetImagePerformancesDefinitionStages.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 TrainingsGetImagePerformancesDefinitionStages.WithExecute withTake(Integer take)

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

Parameters:

take

Returns:

next definition stage

Applies to