Document Classifiers - Get Classifier
Získá podrobné informace klasifikátoru dokumentu.
GET {endpoint}/documentintelligence/documentClassifiers/{classifierId}?api-version=2024-11-30
Parametry identifikátoru URI
Name | V | Vyžadováno | Typ | Description |
---|---|---|---|---|
classifier
|
path | True |
string |
Jedinečný název klasifikátoru dokumentu Vzor regulárního výrazu: |
endpoint
|
path | True |
string uri |
Koncový bod služby Document Intelligence |
api-version
|
query | True |
string |
Verze rozhraní API, která se má použít pro tuto operaci. |
Hlavička požadavku
Name | Vyžadováno | Typ | Description |
---|---|---|---|
x-ms-client-request-id |
string uuid |
Neprůzrný globálně jedinečný identifikátor řetězce vygenerovaný klientem pro požadavek. |
Odpovědi
Name | Typ | Description |
---|---|---|
200 OK |
Požadavek byl úspěšný. Hlavičky x-ms-client-request-id: string |
|
Other Status Codes |
Neočekávaná chybová odpověď |
Zabezpečení
Ocp-Apim-Subscription-Key
Typ:
apiKey
V:
header
OAuth2Auth
Typ:
oauth2
Tok:
accessCode
URL autorizace:
https://login.microsoftonline.com/common/oauth2/authorize
URL tokenu:
https://login.microsoftonline.com/common/oauth2/token
Rozsahy
Name | Description |
---|---|
https://cognitiveservices.azure.com/.default |
Příklady
Get Document Classifier
Ukázkový požadavek
GET https://myendpoint.cognitiveservices.azure.com/documentintelligence/documentClassifiers/myClassifier?api-version=2024-11-30
Ukázková odpověď
{
"classifierId": "myClassifier",
"description": "Classifier description",
"createdDateTime": "2022-07-30T00:00:00Z",
"expirationDateTime": "2023-01-01T00:00:00Z",
"apiVersion": "2024-11-30",
"docTypes": {
"formA": {
"azureBlobSource": {
"containerUrl": "https://myStorageAccount.blob.core.windows.net/myContainer",
"prefix": "formADocs/"
}
},
"formB": {
"azureBlobFileListSource": {
"containerUrl": "https://myStorageAccount.blob.core.windows.net/myContainer",
"fileList": "formB.jsonl"
}
}
}
}
Definice
Name | Description |
---|---|
Azure |
Obsah služby Azure Blob Storage |
Azure |
Seznam souborů ve službě Azure Blob Storage |
Classifier |
Informace o typu dokumentu klasifikátoru |
Content |
Typ zdroje obsahu |
Document |
Informace o klasifikátoru dokumentů |
Document |
Objekt chyby. |
Document |
Objekt odpovědi na chybu |
Document |
Objekt obsahující konkrétnější informace o chybě. |
Document |
Objekt chyby. |
AzureBlobContentSource
Obsah služby Azure Blob Storage
Name | Typ | Description |
---|---|---|
containerUrl |
string |
Adresa URL kontejneru služby Azure Blob Storage |
prefix |
string |
Předpona názvu objektu blob |
AzureBlobFileListContentSource
Seznam souborů ve službě Azure Blob Storage
Name | Typ | Description |
---|---|---|
containerUrl |
string |
Adresa URL kontejneru služby Azure Blob Storage |
fileList |
string |
Cesta k souboru JSONL v kontejneru určujícím podmnožinu dokumentů |
ClassifierDocumentTypeDetails
Informace o typu dokumentu klasifikátoru
Name | Typ | Description |
---|---|---|
azureBlobFileListSource |
Seznam souborů Azure Blob Storage určující trénovací data pro typ dokumentu klasifikátoru Je nutné zadat azureBlobSource nebo azureBlobFileListSource. |
|
azureBlobSource |
Umístění služby Azure Blob Storage obsahující trénovací data pro typ dokumentu klasifikátoru Je nutné zadat azureBlobSource nebo azureBlobFileListSource. |
|
sourceKind |
Typ trénovacího zdroje dat |
ContentSourceKind
Typ zdroje obsahu
Name | Typ | Description |
---|---|---|
azureBlob |
string |
Soubory v cestě v kontejneru Azure Blob Storage |
azureBlobFileList |
string |
Seznam souborů určující jednotlivé soubory v kontejneru Azure Blob Storage. |
base64 |
string |
Obsah reprezentovaný kódováním Base64 |
url |
string |
Obsah na konkrétní adrese URL |
DocumentClassifierDetails
Informace o klasifikátoru dokumentů
Name | Typ | Description |
---|---|---|
apiVersion |
string |
Verze rozhraní API použitá k vytvoření tohoto klasifikátoru dokumentu |
baseClassifierId |
string |
Base classifierId nad kterým byl klasifikátor natrénován. |
classifierId |
string |
Jedinečný název klasifikátoru dokumentu |
createdDateTime |
string |
Datum a čas (UTC) při vytvoření klasifikátoru dokumentu |
description |
string |
Popis klasifikátoru dokumentu |
docTypes |
<string,
Classifier |
Seznam typů dokumentů, které se mají klasifikovat |
expirationDateTime |
string |
Datum a čas (UTC), kdy vyprší platnost klasifikátoru dokumentu. |
modifiedDateTime |
string |
Datum a čas (UTC) při poslední změně modelu dokumentu |
warnings |
Seznam upozornění, ke kterým došlo při sestavování klasifikátoru |
DocumentIntelligenceError
Objekt chyby.
Name | Typ | Description |
---|---|---|
code |
string |
Jedna ze serverově definovaných kódů chyb. |
details |
Pole podrobností o konkrétních chybách, které vedly k této nahlášené chybě. |
|
innererror |
Objekt obsahující konkrétnější informace, než je aktuální objekt o chybě. |
|
message |
string |
Čitelné znázornění chyby člověkem. |
target |
string |
Cíl chyby. |
DocumentIntelligenceErrorResponse
Objekt odpovědi na chybu
Name | Typ | Description |
---|---|---|
error |
Informace o chybě |
DocumentIntelligenceInnerError
Objekt obsahující konkrétnější informace o chybě.
Name | Typ | Description |
---|---|---|
code |
string |
Jedna ze serverově definovaných kódů chyb. |
innererror |
Vnitřní chyba. |
|
message |
string |
Čitelné znázornění chyby člověkem. |
DocumentIntelligenceWarning
Objekt chyby.
Name | Typ | Description |
---|---|---|
code |
string |
Jedna ze serverově definovaných kódů upozornění. |
message |
string |
Čitelné znázornění varování člověkem. |
target |
string |
Cíl chyby. |