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

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:

限制值。

适用于