Trainings.TrainingsGetTaggedImagesDefinitionStages.WithAllOptions インターフェイス
public interface WithAllOptions
その他のオプション設定を指定できる定義のステージ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
TrainingsGetTaggedImagesDefinitionStages.WithExecute |
withIterationId(UUID iterationId)
イテレーション ID。既定値はワークスペースです。 |
TrainingsGetTaggedImagesDefinitionStages.WithExecute |
withOrderBy(String orderBy)
順序付け。 既定値は最新です。 使用可能な値は、'Newest'、'Oldest' です。 |
TrainingsGetTaggedImagesDefinitionStages.WithExecute |
withSkip(Integer skip)
イメージ バッチを開始する前にスキップするイメージの数。 既定値は 0 です。 |
TrainingsGetTaggedImagesDefinitionStages.WithExecute |
withTagIds(List<UUID> tagIds)
画像をフィルター処理するタグ ID の一覧。 null の場合、既定ではタグ付けされたすべてのイメージが設定されます。 20 に制限されます。 |
TrainingsGetTaggedImagesDefinitionStages.WithExecute |
withTake(Integer take)
返す画像の最大数。 既定値は 50 で、256 に制限されます。 |
メソッドの詳細
withIterationId
public TrainingsGetTaggedImagesDefinitionStages.WithExecute withIterationId(UUID iterationId)
イテレーション ID。既定値はワークスペースです。
Parameters:
Returns:
withOrderBy
public TrainingsGetTaggedImagesDefinitionStages.WithExecute withOrderBy(String orderBy)
順序付け。 既定値は最新です。 使用可能な値は、'Newest'、'Oldest' です。
Parameters:
Returns:
withSkip
public TrainingsGetTaggedImagesDefinitionStages.WithExecute withSkip(Integer skip)
イメージ バッチを開始する前にスキップするイメージの数。 既定値は 0 です。
Parameters:
Returns:
withTagIds
public TrainingsGetTaggedImagesDefinitionStages.WithExecute withTagIds(List
画像をフィルター処理するタグ ID の一覧。 null の場合、既定ではタグ付けされたすべてのイメージが設定されます。 20 に制限されます。
Parameters:
Returns:
withTake
public TrainingsGetTaggedImagesDefinitionStages.WithExecute withTake(Integer take)
返す画像の最大数。 既定値は 50 で、256 に制限されます。
Parameters:
Returns:
適用対象
Azure SDK for Java