你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Trainings.TrainingsGetImagePerformancesDefinitionStages.WithAllOptions 接口

public interface WithAllOptions

允许指定任何其他可选设置的定义阶段。

方法摘要

修饰符和类型 方法和描述
TrainingsGetImagePerformancesDefinitionStages.WithExecute withOrderBy(String orderBy)

排序。 默认为最新。 可能的值包括:“Newest”、“Oldest”。

TrainingsGetImagePerformancesDefinitionStages.WithExecute withSkip(Integer skip)

在开始映像批处理之前要跳过的图像数。 默认值为 0。

TrainingsGetImagePerformancesDefinitionStages.WithExecute withTagIds(List<UUID> tagIds)

用于筛选图像的标记 ID 列表。 当为 null 时,默认为所有标记的图像。 限制为 20。

TrainingsGetImagePerformancesDefinitionStages.WithExecute withTake(Integer take)

要返回的最大图像数。 默认值为 50,限制为 256。

方法详细信息

withOrderBy

public TrainingsGetImagePerformancesDefinitionStages.WithExecute withOrderBy(String orderBy)

排序。 默认为最新。 可能的值包括:“Newest”、“Oldest”。

Parameters:

orderBy

Returns:

下一个定义阶段

withSkip

public TrainingsGetImagePerformancesDefinitionStages.WithExecute withSkip(Integer skip)

在开始映像批处理之前要跳过的图像数。 默认值为 0。

Parameters:

skip

Returns:

下一个定义阶段

withTagIds

public TrainingsGetImagePerformancesDefinitionStages.WithExecute withTagIds(List tagIds)

用于筛选图像的标记 ID 列表。 当为 null 时,默认为所有标记的图像。 限制为 20。

Parameters:

tagIds

Returns:

下一个定义阶段

withTake

public TrainingsGetImagePerformancesDefinitionStages.WithExecute withTake(Integer take)

要返回的最大图像数。 默认值为 50,限制为 256。

Parameters:

take

Returns:

下一个定义阶段

适用于