获取指定名称的算法资源。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/resources/{resourceName} HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
appGroupIdentity | string | 是 | 应用 ID | my_app_group_name |
functionName | string | 是 | 功能名称 | rank |
resourceName | string | 是 | 实例名称 | fg_json |
output | string | 否 | 输出等级 | detail |
返回参数
示例
正常返回示例
JSON
格式
{
"Status": "OK",
"HttpCode": 200,
"RequestId": "E215C843-0795-5293-AC9A-14FE0723E890",
"Message": "Resource not exist.",
"Code": "Resource.NotExist",
"Result": {
"CreateTime": 1234,
"Data": {
"Content": "abc",
"Generators": [
{
"Generator": "id",
"Input": {
"Features": [
{
"Name": "system_item_id",
"Type": "item"
}
]
},
"Output": "output_feature_name"
}
]
},
"Description": "\"\"",
"FunctionName": "rank",
"ModifyTime": 1234,
"ReferencedInstances": [
"instance1"
],
"ResourceName": "fg_json",
"ResourceType": "raw_file"
},
"Latency": 123
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史