63 строки
3.1 KiB
YAML
63 строки
3.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.formrecognizer.training.models.AccountProperties"
|
|
fullName: "com.azure.ai.formrecognizer.training.models.AccountProperties"
|
|
name: "AccountProperties"
|
|
nameWithType: "AccountProperties"
|
|
summary: "The Account<wbr>Properties model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class AccountProperties"
|
|
constructors:
|
|
- uid: "com.azure.ai.formrecognizer.training.models.AccountProperties.AccountProperties(int,int)"
|
|
fullName: "com.azure.ai.formrecognizer.training.models.AccountProperties.AccountProperties(int customModelCount, int customModelLimit)"
|
|
name: "AccountProperties(int customModelCount, int customModelLimit)"
|
|
nameWithType: "AccountProperties.AccountProperties(int customModelCount, int customModelLimit)"
|
|
summary: "Constructs an Account<wbr>Properties object."
|
|
parameters:
|
|
- description: "The current count of trained custom models."
|
|
name: "customModelCount"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Max number of models that can be trained for this account."
|
|
name: "customModelLimit"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AccountProperties(int customModelCount, int customModelLimit)"
|
|
desc: "Constructs an AccountProperties object."
|
|
methods:
|
|
- uid: "com.azure.ai.formrecognizer.training.models.AccountProperties.getCustomModelCount()"
|
|
fullName: "com.azure.ai.formrecognizer.training.models.AccountProperties.getCustomModelCount()"
|
|
name: "getCustomModelCount()"
|
|
nameWithType: "AccountProperties.getCustomModelCount()"
|
|
summary: "Get the current count of trained custom models."
|
|
syntax: "public int getCustomModelCount()"
|
|
desc: "Get the current count of trained custom models."
|
|
returns:
|
|
description: "the count value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.ai.formrecognizer.training.models.AccountProperties.getCustomModelLimit()"
|
|
fullName: "com.azure.ai.formrecognizer.training.models.AccountProperties.getCustomModelLimit()"
|
|
name: "getCustomModelLimit()"
|
|
nameWithType: "AccountProperties.getCustomModelLimit()"
|
|
summary: "Get the max number of models that can be trained for this account."
|
|
syntax: "public int getCustomModelLimit()"
|
|
desc: "Get the max number of models that can be trained for this account."
|
|
returns:
|
|
description: "the limit value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The AccountProperties model."
|
|
metadata: {}
|
|
package: "com.azure.ai.formrecognizer.training.models"
|
|
artifact: com.azure:azure-ai-formrecognizer:4.0.0
|