AccountProperties クラス
- java.
lang. Object - com.
azure. ai. formrecognizer. training. models. AccountProperties
- com.
public final class AccountProperties
AccountProperties モデル。
コンストラクターの概要
コンストラクター | 説明 |
---|---|
AccountProperties(int customModelCount, int customModelLimit) |
Account |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
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:
制限値。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java