Sdílet prostřednictvím


Miscellaneous Operations - Get Document Classifier Copy To Operation

Získá informace o operaci.

GET {endpoint}/documentintelligence/operations/{operationId}?_overload=getDocumentClassifierCopyToOperation&api-version=2024-11-30

Parametry identifikátoru URI

Name V Vyžadováno Typ Description
endpoint
path True

string

uri

Koncový bod služby Document Intelligence

operationId
path True

string

ID operace

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

DocumentClassifierCopyToOperationDetails

Požadavek byl úspěšný.

Hlavičky

x-ms-client-request-id: string

Other Status Codes

DocumentIntelligenceErrorResponse

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 Operation - Document Classifier Copy To

Ukázkový požadavek

GET https://myendpoint.cognitiveservices.azure.com/documentintelligence/operations/b704bb00-d130-4f3f-a1d8-ca96de3eabb4?_overload=getDocumentClassifierCopyToOperation&api-version=2024-11-30

Ukázková odpověď

{
  "operationId": "b704bb00-d130-4f3f-a1d8-ca96de3eabb4",
  "status": "succeeded",
  "percentCompleted": 100,
  "createdDateTime": "2021-09-23T09:12:57Z",
  "lastUpdatedDateTime": "2021-09-23T09:13:01Z",
  "kind": "documentClassifierCopyTo",
  "resourceLocation": "https://myendpoint.cognitiveservices.azure.com/documentintelligence/documentClassifiers/myCustomClassifier",
  "result": {
    "classifierId": "myCustomClassifier",
    "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
AzureBlobContentSource

Obsah služby Azure Blob Storage

AzureBlobFileListContentSource

Seznam souborů ve službě Azure Blob Storage

ClassifierDocumentTypeDetails

Informace o typu dokumentu klasifikátoru

ContentSourceKind

Typ zdroje obsahu

DocumentClassifierCopyToOperationDetails

Získání objektu odpovědi operace

DocumentClassifierDetails

Informace o klasifikátoru dokumentů

DocumentIntelligenceError

Objekt chyby.

DocumentIntelligenceErrorResponse

Objekt odpovědi na chybu

DocumentIntelligenceInnerError

Objekt obsahující konkrétnější informace o chybě.

DocumentIntelligenceOperationStatus

Stav operace.

DocumentIntelligenceWarning

Objekt chyby.

OperationKind

Typ operace.

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

AzureBlobFileListContentSource

Seznam souborů Azure Blob Storage určující trénovací data pro typ dokumentu klasifikátoru Je nutné zadat azureBlobSource nebo azureBlobFileListSource.

azureBlobSource

AzureBlobContentSource

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

ContentSourceKind

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

DocumentClassifierCopyToOperationDetails

Získání objektu odpovědi operace

Name Typ Description
apiVersion

string

Verze rozhraní API používaná k vytvoření této operace.

createdDateTime

string

Datum a čas (UTC) při vytvoření operace

error

DocumentIntelligenceError

Došlo k chybě.

kind string:

documentClassifierCopyTo

Typ operace.

lastUpdatedDateTime

string

Datum a čas (UTC) při poslední aktualizaci stavu

operationId

string

ID operace

percentCompleted

integer

Průběh operace (0–100).

resourceLocation

string

Adresa URL prostředku, na který tato operace cílí.

result

DocumentClassifierDetails

Výsledek operace při úspěchu.

status

DocumentIntelligenceOperationStatus

Stav operace. notStarted, running, completed, or failed

tags

object

Seznam atributů značky klíč-hodnota přidružených k modelu dokumentu

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,  ClassifierDocumentTypeDetails>

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

DocumentIntelligenceWarning[]

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

DocumentIntelligenceError[]

Pole podrobností o konkrétních chybách, které vedly k této nahlášené chybě.

innererror

DocumentIntelligenceInnerError

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

DocumentIntelligenceError

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

DocumentIntelligenceInnerError

Vnitřní chyba.

message

string

Čitelné znázornění chyby člověkem.

DocumentIntelligenceOperationStatus

Stav operace.

Name Typ Description
canceled

string

Operace byla zrušena.

failed

string

Operace se nezdařila.

notStarted

string

Operace ještě nebyla spuštěna.

running

string

Operace probíhá.

skipped

string

Operace byla vynechána.

succeeded

string

Operace byla úspěšná.

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.

OperationKind

Typ operace.

Name Typ Description
documentClassifierBuild

string

Vytvořte nový vlastní model klasifikátoru.

documentClassifierCopyTo

string

Zkopírujte existující klasifikátor dokumentu do potenciálně jiného prostředku, oblasti nebo předplatného.

documentModelBuild

string

Vytvořte nový vlastní model dokumentu.

documentModelCompose

string

Vytvořte nový vlastní model dokumentu z existujících modelů.

documentModelCopyTo

string

Zkopírujte existující model dokumentu do potenciálně jiného prostředku, oblasti nebo předplatného.