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:
Returns:
withOrderBy
public TrainingsGetUntaggedImagesDefinitionStages.WithExecute withOrderBy(String orderBy)
The ordering. Defaults to newest. Possible values include: 'Newest', 'Oldest'.
Parameters:
Returns:
withSkip
public TrainingsGetUntaggedImagesDefinitionStages.WithExecute withSkip(Integer skip)
Number of images to skip before beginning the image batch. Defaults to 0.
Parameters:
Returns:
withTake
public TrainingsGetUntaggedImagesDefinitionStages.WithExecute withTake(Integer take)
Maximum number of images to return. Defaults to 50, limited to 256.
Parameters:
Returns:
Applies to
Azure SDK for Java