AccountProperties クラス

  • java.lang.Object
    • com.azure.ai.formrecognizer.training.models.AccountProperties

public final class AccountProperties

AccountProperties モデル。

コンストラクターの概要

コンストラクター 説明
AccountProperties(int customModelCount, int customModelLimit)

AccountProperties オブジェクトを作成します。

メソッドの概要

修飾子と型 メソッドと説明
int getCustomModelCount()

トレーニング済みのカスタム モデルの現在の数を取得します。

int getCustomModelLimit()

このアカウントに対してトレーニングできるモデルの最大数を取得します。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

AccountProperties

public AccountProperties(int customModelCount, int customModelLimit)

AccountProperties オブジェクトを作成します。

Parameters:

customModelCount - トレーニング済みのカスタム モデルの現在の数。
customModelLimit - このアカウントに対してトレーニングできるモデルの最大数。

メソッドの詳細

getCustomModelCount

public int getCustomModelCount()

トレーニング済みのカスタム モデルの現在の数を取得します。

Returns:

カウント値。

getCustomModelLimit

public int getCustomModelLimit()

このアカウントに対してトレーニングできるモデルの最大数を取得します。

Returns:

制限値。

適用対象