次の方法で共有


ImageTagCreateSummary クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ImageTagCreateSummary

public class ImageTagCreateSummary

ImageTagCreateSummary モデル。

メソッドの概要

修飾子と型 メソッドと説明
List<ImageTagCreateEntry> created()

作成された値を取得します。

List<ImageTagCreateEntry> duplicated()

重複した値を取得します。

List<ImageTagCreateEntry> exceeded()

超過した値を取得します。

ImageTagCreateSummary withCreated(List<ImageTagCreateEntry> created)

作成した値を設定します。

ImageTagCreateSummary withDuplicated(List<ImageTagCreateEntry> duplicated)

重複する値を設定します。

ImageTagCreateSummary withExceeded(List<ImageTagCreateEntry> exceeded)

超過した値を設定します。

メソッドの詳細

created

public List created()

作成された値を取得します。

Returns:

作成された値

duplicated

public List duplicated()

重複した値を取得します。

Returns:

重複した値

exceeded

public List exceeded()

超過した値を取得します。

Returns:

超過した値

withCreated

public ImageTagCreateSummary withCreated(List created)

作成した値を設定します。

Parameters:

created - 設定する作成された値

Returns:

ImageTagCreateSummary オブジェクト自体。

withDuplicated

public ImageTagCreateSummary withDuplicated(List duplicated)

重複する値を設定します。

Parameters:

duplicated - 設定する重複した値

Returns:

ImageTagCreateSummary オブジェクト自体。

withExceeded

public ImageTagCreateSummary withExceeded(List exceeded)

超過した値を設定します。

Parameters:

exceeded - 設定する超過値

Returns:

ImageTagCreateSummary オブジェクト自体。

適用対象