你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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