Trainings.TrainingsGetUntaggedImagesDefinitionStages.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
TrainingsGetUntaggedImagesDefinitionStages.WithExecute withIterationId(UUID iterationId)

The iteration id. Defaults to workspace.

TrainingsGetUntaggedImagesDefinitionStages.WithExecute withOrderBy(String orderBy)

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

TrainingsGetUntaggedImagesDefinitionStages.WithExecute withSkip(Integer skip)

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

TrainingsGetUntaggedImagesDefinitionStages.WithExecute withTake(Integer take)

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

Method Details

withIterationId

public TrainingsGetUntaggedImagesDefinitionStages.WithExecute withIterationId(UUID iterationId)

The iteration id. Defaults to workspace.

Parameters:

iterationId

Returns:

next definition stage

withOrderBy

public TrainingsGetUntaggedImagesDefinitionStages.WithExecute withOrderBy(String orderBy)

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

Parameters:

orderBy

Returns:

next definition stage

withSkip

public TrainingsGetUntaggedImagesDefinitionStages.WithExecute withSkip(Integer skip)

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

Parameters:

skip

Returns:

next definition stage

withTake

public TrainingsGetUntaggedImagesDefinitionStages.WithExecute withTake(Integer take)

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

Parameters:

take

Returns:

next definition stage

Applies to