GetFunctionResource - 获取算法资源

获取指定名称的算法资源。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

GET /v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/resources/{resourceName} HTTP/1.1

请求参数

名称类型必填描述示例值
appGroupIdentitystring

应用 ID

my_app_group_name
functionNamestring

功能名称

rank
resourceNamestring

实例名称

fg_json
outputstring

输出等级

detail

返回参数

名称类型描述示例值
object
Statusstring

状态码

  • OK 成功
  • FAIL 失败
OK
HttpCodelong

HTTP 状态码

200
RequestIdstring

请求 ID

E215C843-0795-5293-AC9A-14FE0723E890
Messagestring

返回的错误信息

Resource not exist.
Codestring

返回的错误码(没有错误为空)

Resource.NotExist
Resultobject

返回结果

CreateTimelong

创建时间 (单位毫秒)

1234
Dataobject

资源数据,不同 resourceType 对应的 data 结构不同

Contentstring

raw_file 类型资源对应的文件内容

abc
Generatorsarray<object>

feature_generator 类型资源对应的特征生成列表

Generatorsobject

特征生成描述

Generatorstring

特征生成的类型

id
Inputobject

输入

Featuresarray<object>

输入特征列表

Featuresobject

输入特征

Namestring

特征名

system_item_id
Typestring

特征类型

item
Outputstring

输出的特征名

output_feature_name
Descriptionstring

资源描述

""
FunctionNamestring

功能名称

rank
ModifyTimelong

修改时间(单位毫秒)

1234
ReferencedInstancesarray

引用的算法实例名称列表

ReferencedInstancesstring

实例名称

instance1
ResourceNamestring

资源名称

fg_json
ResourceTypestring

资源类型

raw_file
Latencydouble

api 请求耗时 (单位毫秒)

123

示例

正常返回示例

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
}

错误码

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史