ResourceDetails Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. administration. models. ResourceDetails
- com.
public final class ResourceDetails
The ResourceDetails model representing general information regarding the current resource.
Constructor Summary
Constructor | Description |
---|---|
ResourceDetails() |
Creates a Resource |
Method Summary
Modifier and Type | Method and Description |
---|---|
int |
getCustomDocumentModelCount()
Get the current count of built document analysis models |
int |
getCustomDocumentModelLimit()
Get the max number of models that can be built for this account. |
Quota |
getNeuralDocumentModelQuota()
Get the custom |
Methods inherited from java.lang.Object
Constructor Details
ResourceDetails
public ResourceDetails()
Creates a ResourceDetails object.
Method Details
getCustomDocumentModelCount
public int getCustomDocumentModelCount()
Get the current count of built document analysis models
Returns:
getCustomDocumentModelLimit
public int getCustomDocumentModelLimit()
Get the max number of models that can be built for this account.
Returns:
getNeuralDocumentModelQuota
public QuotaDetails getNeuralDocumentModelQuota()
Get the customNeuralDocumentModelBuilds property: Quota used, limit, and next reset date/time.
Returns:
Applies to
Azure SDK for Java