Text Authoring Exported Model - Get Exported Model
エクスポートされたモデルの詳細を取得します。
GET {Endpoint}/language/authoring/analyze-text/projects/{projectName}/exported-models/{exportedModelName}?api-version=2025-05-15-preview
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
Endpoint
|
path | True |
string (url) |
サポートされている Cognitive Services エンドポイント (例: https://.api.cognitiveservices.azure.com.) |
exported
|
path | True |
string |
エクスポートされたモデル名。 |
project
|
path | True |
string |
新しいプロジェクト名。 |
api-version
|
query | True |
string minLength: 1 |
この操作に使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
要求は成功しました。 |
|
Other Status Codes |
予期しないエラー応答。 ヘッダー x-ms-error-code: string |
セキュリティ
Ocp-Apim-Subscription-Key
型:
apiKey
/:
header
OAuth2Auth
型:
oauth2
フロー:
accessCode
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
Token URL (トークン URL):
https://login.microsoftonline.com/common/oauth2/token
スコープ
名前 | 説明 |
---|---|
https://cognitiveservices.azure.com/.default |
例
SuccessfulGetExportedModel
要求のサンプル
GET {Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/exported-models/exported-model1?api-version=2025-05-15-preview
応答のサンプル
{
"exportedModelName": "exported-model1",
"modelId": "model1-20220418T034749-299f45b8114849538c1a750b21b05a94",
"lastTrainedDateTime": "2023-04-18T15:47:49Z",
"lastExportedModelDateTime": "2023-04-18T16:03:51Z",
"modelExpirationDate": "2023-10-28",
"modelTrainingConfigVersion": "2022-05-01"
}
定義
名前 | 説明 |
---|---|
Azure. |
エラー オブジェクト。 |
Azure. |
エラーの詳細を含む応答。 |
Azure. |
エラーに関するより具体的な情報を含むオブジェクト。 Microsoft One API のガイドラインに従って - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors. |
Text |
エクスポートされたトレーニング済みモデルを表します。 |
Azure.Core.Foundations.Error
エラー オブジェクト。
名前 | 型 | 説明 |
---|---|---|
code |
string |
サーバー定義の一連のエラー コードの 1 つ。 |
details |
この報告されたエラーの原因となった特定のエラーに関する詳細の配列。 |
|
innererror |
エラーに関する現在のオブジェクトよりも具体的な情報を含むオブジェクト。 |
|
message |
string |
エラーの人間が判読できる表現。 |
target |
string |
エラーのターゲット。 |
Azure.Core.Foundations.ErrorResponse
エラーの詳細を含む応答。
名前 | 型 | 説明 |
---|---|---|
error |
エラー オブジェクト。 |
Azure.Core.Foundations.InnerError
エラーに関するより具体的な情報を含むオブジェクト。 Microsoft One API のガイドラインに従って - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors.
名前 | 型 | 説明 |
---|---|---|
code |
string |
サーバー定義の一連のエラー コードの 1 つ。 |
innererror |
内部エラー。 |
TextAnalysisAuthoringExportedTrainedModel
エクスポートされたトレーニング済みモデルを表します。
名前 | 型 | 説明 |
---|---|---|
exportedModelName |
string |
エクスポートされたモデル名。 |
lastExportedModelDateTime |
string (date-time) |
モデルの最後にエクスポートされた日付時刻。 |
lastTrainedDateTime |
string (date-time) |
モデルの最後のトレーニング日時。 |
modelExpirationDate |
string (date) |
モデルの有効期限。 |
modelId |
string |
モデル ID。 |
modelTrainingConfigVersion |
string |
モデル トレーニング構成バージョン。 |