Class ResourceDetails
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.ResourceDetails
The ResourceDetails model representing general information regarding the current resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the current count of built document analysis modelsint
Get the max number of models that can be built for this account.Get the customNeuralDocumentModelBuilds property: Quota used, limit, and next reset date/time.
-
Constructor Details
-
ResourceDetails
public ResourceDetails()
-
-
Method Details
-
getCustomDocumentModelCount
public int getCustomDocumentModelCount()Get the current count of built document analysis models- Returns:
- the count value.
-
getCustomDocumentModelLimit
public int getCustomDocumentModelLimit()Get the max number of models that can be built for this account.- Returns:
- the limit value.
-
getNeuralDocumentModelQuota
Get the customNeuralDocumentModelBuilds property: Quota used, limit, and next reset date/time.- Returns:
- the customNeuralDocumentModelBuilds value.
-