日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CreateSampleFormatConfig - 創建樣本格式化配置

創建樣本格式化配置。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求語法

POST /v2/openapi/instances/{instanceId}/samples/{sampleId}/format-configs

請求參數

名稱類型必填描述示例值
instanceIdstring

實例 ID。

airec-cn-****
sampleIdstring

樣本 ID。

Sample1
bodyobject

請求 Body 參數。

{ "type": "SampleFormatConfig", "meta": { "metaType": "SampleFormatConfig", "config": { "features": [ { "feature_type": "id_feature", "value_type": "String", "hash_bucket_size": 100000, "expression": "user:user_id", "feature_name": "user_id", "embedding_dim": 16, "combiner": "mean", "group": "user" }, { "feature_type": "id_feature", "value_type": "String", "hash_bucket_size": 100, "expression": "user:cms_segid", "feature_name": "cms_segid", "embedding_dim": 16, "combiner": "mean", "group": "user" }, { "feature_type": "id_feature", "value_type": "String", "hash_bucket_size": 100, "expression": "user:cms_group_id", "feature_name": "cms_group_id", "embedding_dim": 16, "combiner": "mean", "group": "user" }, { "feature_type": "combo_feature", "hash_bucket_size": 10, "expression": [ "user:pvalue_level", "item:brand" ], "feature_name": "combo__pvalue_level_brand", "embedding_dim": 16, "group": "combo" } ] } } }

返回參數

名稱類型描述示例值
object

返回結果詳情。

requestIdstring

請求 ID。

8B90B646-1678-41A3-B23F-EAC6587B0E48
resultobject

格式化配置詳情。

{ "result": { "meta": { "metaType": "SampleFormatConfig", "sampleId": "Sample1", "config": { "features": [ { "feature_type": "id_feature", "value_type": "String", "hash_bucket_size": 100000, "expression": "user:user_id", "feature_name": "user_id", "embedding_dim": 16, "combiner": "mean", "group": "user" } ] } }, "status": "", "gmtCreate": "2021-12-07T08:58:19.000Z", "gmtModified": "2021-12-07T08:58:19.000Z", "sampleFormatConfigId": "99D369F6-0A73-4247-9E9F-F693A16CD6AC" } }
參數類型是否必需描述
metaStringMeta 源數據。
metaTypeStringSampleFormatConfig 固定字符串。
sampleIdString樣本 ID。
configObject配置列表。
featuresList配置信息。
feature_typeString特征類型。
value_typeString返回值類型。
hash_bucket_sizeInteger哈希桶大小。
expressionString特征表字段名數組。
feature_nameString特征名。
embedding_dimIntegerembedding 維數。
combinerString組合器名稱。
groupString特征組名。

示例

正常返回示例

JSON格式

{
  "requestId": "8B90B646-1678-41A3-B23F-EAC6587B0E48",
  "result": {
    "result": {
      "meta": {
        "metaType": "SampleFormatConfig",
        "sampleId": "Sample1",
        "config": {
          "features": [
            {
              "feature_type": "id_feature",
              "value_type": "String",
              "hash_bucket_size": 100000,
              "expression": "user:user_id",
              "feature_name": "user_id",
              "embedding_dim": 16,
              "combiner": "mean",
              "group": "user"
            }
          ]
        }
      },
      "status": "",
      "gmtCreate": "2021-12-07T08:58:19.000Z",
      "gmtModified": "2021-12-07T08:58:19.000Z",
      "sampleFormatConfigId": "99D369F6-0A73-4247-9E9F-F693A16CD6AC"
    }
  }
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
暫無變更歷史