azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.formrecognizer...

65 строки
4.0 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\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
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.1.10