Text Analysis Authoring - Create Project
Az erőforrásra vonatkozó legalapvetőbb művelet.
PATCH {Endpoint}/language/authoring/analyze-text/projects/{projectName}?api-version=2023-04-01
URI-paraméterek
Name | In | Kötelező | Típus | Description |
---|---|---|---|---|
Endpoint
|
path | True |
string url |
Támogatott Cognitive Services-végpont (például https://.api.cognitiveservices.azure.com). |
project
|
path | True |
string |
Az új projektnév. |
api-version
|
query | True |
string |
A művelethez használni kívánt API-verzió. |
Kérelem törzse
Media Types: "application/merge-patch+json"
Name | Kötelező | Típus | Description |
---|---|---|---|
language | True |
string |
A projekt nyelve. Ez egy nyelv BCP-47-ábrázolása. Használja például az "en" for English, "en-gb" for English (UK), "es" for Spanyol stb. |
projectKind | True |
A projekt típusa. |
|
projectName | True |
string |
Az új projektnév. |
storageInputContainerName | True |
string |
A tároló neve. |
description |
string |
A projekt leírása. |
|
multilingual |
boolean |
Azt jelzi, hogy a projekt több nyelvre is használható-e. |
|
settings |
A projekt beállításai. |
Válaszok
Name | Típus | Description |
---|---|---|
200 OK |
A kérés sikeres volt. |
|
201 Created |
A kérés sikeres volt, és ennek eredményeként új erőforrás jött létre. |
|
Other Status Codes |
Váratlan hibaválasz. |
Biztonság
Ocp-Apim-Subscription-Key
Típus:
apiKey
In:
header
OAuth2Auth
Típus:
oauth2
Folyamat:
accessCode
Engedélyezési URL:
https://login.microsoftonline.com/common/oauth2/authorize
Jogkivonat URL-címe:
https://login.microsoftonline.com/common/oauth2/token
Hatókörök
Name | Description |
---|---|
https://cognitiveservices.azure.com/.default |
Példák
Successful Create Project
Mintakérelem
PATCH {Endpoint}/language/authoring/analyze-text/projects/LoanAgreements?api-version=2023-04-01
{
"projectName": "LoanAgreements",
"language": "en",
"projectKind": "CustomEntityRecognition",
"description": "This is a sample dataset provided by the Azure Language service team to help users get started with [Custom named entity recognition](https://aka.ms/ct-docs). The provided sample dataset contains 20 loan agreements drawn up between two entities.",
"multilingual": false,
"storageInputContainerName": "loanagreements"
}
Mintaválasz
{
"createdDateTime": "2022-04-18T13:53:03Z",
"lastModifiedDateTime": "2022-04-18T13:53:03Z",
"projectKind": "CustomEntityRecognition",
"storageInputContainerName": "loanagreements",
"projectName": "LoanAgreements",
"multilingual": false,
"description": "This is a sample dataset provided by the Azure Language service team to help users get started with [Custom named entity recognition](https://aka.ms/ct-docs). The provided sample dataset contains 20 loan agreements drawn up between two entities.",
"language": "en"
}
{
"createdDateTime": "2022-04-18T13:53:03Z",
"lastModifiedDateTime": "2022-04-18T13:53:03Z",
"lastTrainedDateTime": "2022-04-18T14:14:28Z",
"lastDeployedDateTime": "2022-04-18T14:49:01Z",
"projectKind": "CustomEntityRecognition",
"storageInputContainerName": "loanagreements",
"projectName": "LoanAgreements",
"multilingual": false,
"description": "This is a sample dataset provided by the Azure Language service team to help users get started with [Custom named entity recognition](https://aka.ms/ct-docs). The provided sample dataset contains 20 loan agreements drawn up between two entities.",
"language": "en"
}
Definíciók
Name | Description |
---|---|
Create |
A projekt létrehozásához vagy frissítéséhez használt beállításokat jelöli. |
Error |
A hibaobjektum. |
Error |
Ember által olvasható hibakód. |
Error |
Hibaválasz. |
Inner |
Ember által olvasható hibakód. |
Inner |
Egy objektum, amely részletesebb információkat tartalmaz a hibáról. A Microsoft One API irányelvei szerint – https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses. |
Project |
|
Project |
A projekt viselkedésének meghatározásához használt beállításokat jelöli. |
Text |
Egy projekt metaadatait jelöli. |
CreateProjectOptions
A projekt létrehozásához vagy frissítéséhez használt beállításokat jelöli.
Name | Típus | Description |
---|---|---|
description |
string |
A projekt leírása. |
language |
string |
A projekt nyelve. Ez egy nyelv BCP-47-ábrázolása. Használja például az "en" for English, "en-gb" for English (UK), "es" for Spanyol stb. |
multilingual |
boolean |
Azt jelzi, hogy a projekt több nyelvre is használható-e. |
projectKind |
A projekt típusa. |
|
projectName |
string |
Az új projektnév. |
settings |
A projekt beállításai. |
|
storageInputContainerName |
string |
A tároló neve. |
Error
A hibaobjektum.
Name | Típus | Description |
---|---|---|
code |
A kiszolgáló által definiált hibakódok egyike. |
|
details |
Error[] |
A jelentett hibához vezető konkrét hibák részleteinek tömbje. |
innererror |
Egy objektum, amely az aktuális objektumnál pontosabb információt tartalmaz a hibáról. |
|
message |
string |
A hiba ember által olvasható ábrázolása. |
target |
string |
A hiba célja. |
ErrorCode
Ember által olvasható hibakód.
Name | Típus | Description |
---|---|---|
AzureCognitiveSearchIndexLimitReached |
string |
|
AzureCognitiveSearchIndexNotFound |
string |
|
AzureCognitiveSearchNotFound |
string |
|
AzureCognitiveSearchThrottling |
string |
|
Conflict |
string |
|
Forbidden |
string |
|
InternalServerError |
string |
|
InvalidArgument |
string |
|
InvalidRequest |
string |
|
NotFound |
string |
|
OperationNotFound |
string |
|
ProjectNotFound |
string |
|
QuotaExceeded |
string |
|
ServiceUnavailable |
string |
|
Timeout |
string |
|
TooManyRequests |
string |
|
Unauthorized |
string |
|
Warning |
string |
ErrorResponse
Hibaválasz.
Name | Típus | Description |
---|---|---|
error |
A hibaobjektum. |
InnerErrorCode
Ember által olvasható hibakód.
Name | Típus | Description |
---|---|---|
AzureCognitiveSearchNotFound |
string |
|
AzureCognitiveSearchThrottling |
string |
|
EmptyRequest |
string |
|
ExtractionFailure |
string |
|
InvalidCountryHint |
string |
|
InvalidDocument |
string |
|
InvalidDocumentBatch |
string |
|
InvalidParameterValue |
string |
|
InvalidRequest |
string |
|
InvalidRequestBodyFormat |
string |
|
KnowledgeBaseNotFound |
string |
|
MissingInputDocuments |
string |
|
ModelVersionIncorrect |
string |
|
UnsupportedLanguageCode |
string |
InnerErrorModel
Egy objektum, amely részletesebb információkat tartalmaz a hibáról. A Microsoft One API irányelvei szerint – https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.
Name | Típus | Description |
---|---|---|
code |
A kiszolgáló által definiált hibakódok egyike. |
|
details |
object |
Hiba részletei. |
innererror |
Egy objektum, amely az aktuális objektumnál pontosabb információt tartalmaz a hibáról. |
|
message |
string |
Hibaüzenet. |
target |
string |
Hibacél. |
ProjectKind
Name | Típus | Description |
---|---|---|
CustomEntityRecognition |
string |
Kinyerési modell létrehozásához a saját adataival azonosíthatja a tartománykategóriákat. |
CustomMultiLabelClassification |
string |
Besorolási modell létrehozása a szöveg saját adatokkal történő besorolásához. Minden fájl egy vagy több címkét tartalmazhat. Az 1. fájl például A, B és C, a 2. fájl pedig B és C besorolású. |
CustomSingleLabelClassification |
string |
Besorolási modell létrehozása a szöveg saját adatokkal történő besorolásához. Minden fájlnak csak egy címkéje lesz. Az 1. fájl például A, a 2. fájl pedig B besorolású. |
ProjectSettings
A projekt viselkedésének meghatározásához használt beállításokat jelöli.
Name | Típus | Description |
---|---|---|
confidenceThreshold |
number |
A legmagasabb megbízhatóságú osztály küszöbértéke, amelynél az előrejelzés automatikusan "Nincs" értékre változik. A küszöbérték értékének 0 és 1 közöttinek kell lennie. |
TextAnalysisAuthoringProjectMetadata
Egy projekt metaadatait jelöli.
Name | Típus | Description |
---|---|---|
createdDateTime |
string |
A projekt létrehozásának dátumidejét jelöli. |
description |
string |
A projekt leírása. |
language |
string |
A projekt nyelve. Ez egy nyelv BCP-47-ábrázolása. Használja például az "en" for English, "en-gb" for English (UK), "es" for Spanyol stb. |
lastDeployedDateTime |
string |
A projekt utolsó üzembehelyezési dátumát jelöli. |
lastModifiedDateTime |
string |
A projekt utolsó módosítási dátumidejét jelöli. |
lastTrainedDateTime |
string |
A projekt utolsó betanítási dátumidejét jelöli. |
multilingual |
boolean |
Azt jelzi, hogy a projekt több nyelvre is használható-e. |
projectKind |
A projekt típusa. |
|
projectName |
string |
Az új projektnév. |
settings |
A projekt beállításai. |
|
storageInputContainerName |
string |
A tároló neve. |