Text Analysis Authoring - Get Deployment
Lekéri az üzembe helyezés részleteit.
GET {Endpoint}/language/authoring/analyze-text/projects/{projectName}/deployments/{deploymentName}?api-version=2023-04-01
URI-paraméterek
Name | In | Kötelező | Típus | Description |
---|---|---|---|---|
deployment
|
path | True |
string |
Az üzembe helyezés nevét jelöli. |
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ó. |
Válaszok
Name | Típus | Description |
---|---|---|
200 OK |
A kérés sikeres volt. |
|
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 Get Deployment
Mintakérelem
GET {Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/deployments/staging?api-version=2023-04-01
Mintaválasz
{
"deploymentName": "staging",
"modelId": "model1-20220418T034749-299f45b8114849538c1a750b21b05a94",
"lastTrainedDateTime": "2022-04-18T15:47:49.4334381Z",
"lastDeployedDateTime": "2022-04-18T15:53:04Z",
"deploymentExpirationDate": "2023-10-28",
"modelTrainingConfigVersion": "2022-05-15-preview"
}
Definíciók
Name | Description |
---|---|
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. |
Text |
Projekttelepítést jelöl. |
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. |
TextAnalysisAuthoringProjectDeployment
Projekttelepítést jelöl.
Name | Típus | Description |
---|---|---|
deploymentExpirationDate |
string |
Az üzembe helyezés lejárati dátumát jelöli a futtatókörnyezetben. |
deploymentName |
string |
Az üzembe helyezés nevét jelöli. |
lastDeployedDateTime |
string |
A legutóbb üzembe helyezett üzembe helyezést jelöli. |
lastTrainedDateTime |
string |
Az üzembe helyezés utolsó betanított idejét jelöli. |
modelId |
string |
Az üzembehelyezési modellazonosítót jelöli. |
modelTrainingConfigVersion |
string |
A modell betanítási konfigurációjának verzióját jelöli. |