你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Document Models - Authorize Model Copy
生成授权,以使用指定的 modelId 和可选说明将文档模型复制到此位置。
POST {endpoint}/documentintelligence/documentModels:authorizeCopy?api-version=2024-07-31-preview
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
endpoint
|
path | True |
string uri |
文档智能服务终结点。 |
api-version
|
query | True |
string |
用于此操作的 API 版本。 |
请求正文
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
modelId | True |
string |
唯一的文档模型名称。 |
description |
string |
文档模型说明。 |
|
tags |
object |
与文档模型关联的键值标记属性的列表。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
请求已成功。 |
|
Other Status Codes |
意外的错误响应。 |
安全性
Ocp-Apim-Subscription-Key
类型:
apiKey
在:
header
OAuth2Auth
类型:
oauth2
流向:
accessCode
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
令牌 URL:
https://login.microsoftonline.com/common/oauth2/token
作用域
名称 | 说明 |
---|---|
https://cognitiveservices.azure.com/.default |
示例
Authorize Copy of Document Model
示例请求
POST https://myendpoint.cognitiveservices.azure.com/documentintelligence/documentModels:authorizeCopy?api-version=2024-07-31-preview
{
"modelId": "targetModel",
"description": "Target model description"
}
示例响应
{
"targetResourceId": "/subscriptions/targetSub/resourceGroups/targetRG/providers/Microsoft.CognitiveServices/accounts/targetService",
"targetResourceRegion": "targetResourceRegion",
"targetModelId": "targetModel",
"targetModelLocation": "https://targetEndpoint.cognitiveservices.azure.com/documentintelligence/documentModels/targetModel",
"accessToken": "accessToken",
"expirationDateTime": "2021-09-23T09:12:54.552Z"
}
定义
名称 | 说明 |
---|---|
Authorize |
请求正文以授权文档模型复制。 |
Copy |
授权将文档模型复制到指定的目标资源和 modelId。 |
Error |
错误对象。 |
Error |
错误响应对象。 |
Inner |
包含有关错误的更具体信息的对象。 |
AuthorizeCopyRequest
请求正文以授权文档模型复制。
名称 | 类型 | 说明 |
---|---|---|
description |
string |
文档模型说明。 |
modelId |
string |
唯一的文档模型名称。 |
tags |
object |
与文档模型关联的键值标记属性的列表。 |
CopyAuthorization
授权将文档模型复制到指定的目标资源和 modelId。
名称 | 类型 | 说明 |
---|---|---|
accessToken |
string |
用于授权请求的令牌。 |
expirationDateTime |
string |
访问令牌过期的日期/时间。 |
targetModelId |
string |
目标文档模型的标识符。 |
targetModelLocation |
string |
目标帐户中复制的文档模型的 URL。 |
targetResourceId |
string |
应将文档模型复制到的目标 Azure 资源的 ID。 |
targetResourceRegion |
string |
应将文档模型复制到的目标 Azure 资源的位置。 |
Error
错误对象。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
服务器定义的错误代码集之一。 |
details |
Error[] |
导致此报告错误的特定错误的详细信息数组。 |
innererror |
包含与当前对象有关错误的更具体信息的对象。 |
|
message |
string |
错误的人工可读表示形式。 |
target |
string |
错误的目标。 |
ErrorResponse
错误响应对象。
名称 | 类型 | 说明 |
---|---|---|
error |
错误信息。 |
InnerError
包含有关错误的更具体信息的对象。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
服务器定义的错误代码集之一。 |
innererror |
内部错误。 |
|
message |
string |
错误的人工可读表示形式。 |