ResourceDetails Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.administration.models.ResourceDetails

public final class ResourceDetails

The ResourceDetails model representing general information regarding the current resource.

Constructor Summary

Constructor Description
ResourceDetails()

Creates a ResourceDetails object.

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.

QuotaDetails getNeuralDocumentModelQuota()

Get the customNeuralDocumentModelBuilds property: Quota used, limit, and next reset date/time.

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:

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

public QuotaDetails getNeuralDocumentModelQuota()

Get the customNeuralDocumentModelBuilds property: Quota used, limit, and next reset date/time.

Returns:

the customNeuralDocumentModelBuilds value.

Applies to