Analytics, Text Classifications
テキスト分析を使用し��、テキストを分類します。
- リソース
-
1commerce/order-management/analytics/ai/text-classifications - 使用可能なバージョン
- 59.0
- HTTP メソッド
- GET、POST
- POST のリクエストボディ
-
- JSON の例
-
1{ 2 "textList": [ 3 "description not matching one aaa", 4 "Runs big", 5 "color is different", 6 "color is different", 7 "Didn't fit", 8 "bad quality", 9 "Wrong color", 10 "Didn't like", 11 "Didn't like" 12 ], 13 "classifiers": [ 14 "Runs big", 15 "Runs small", 16 "Defective", 17 "Inaccurate Description", 18 "Color does", 19 "Item arrived late", 20 "Other" 21 ] 22} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン classifiers String [] テキストを分類する分類子のリスト。 必須 59.0 textList String [] 分類するテキストのリスト。 必須 59.0
- GET の要求パラメーター
-
パラメーター名 型 説明 必須か省略可能 使用可能なバージョン ids String [] 要求 ID のリスト。 必須 59.0 - GET のレスポンスボディ
- Text Classifications Bulk Results
- POST のリクエストボディ
- Text Classifications Input
- POST の要求パラメーター
-
パラメーター名 型 説明 必須か省略可能 使用可能なバージョン llmType String 分析に使用される大規模言語モデル。open-ai のみ対応。 必須 59.0 - POST のレスポンスボディ
- Text Classifications