| 程序包 | 说明 |
|---|---|
| <Unnamed> | |
| com.alibaba.dashscope.embeddings |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchTextEmbeddingResult |
BatchTextEmbeddingUsage.createTask() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
BatchTextEmbeddingUsage.cancelTask(BatchTextEmbeddingResult result) |
static void |
BatchTextEmbeddingUsage.fetchTaskStatus(BatchTextEmbeddingResult result) |
static void |
BatchTextEmbeddingUsage.waitTask(BatchTextEmbeddingResult result) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchTextEmbeddingResult |
BatchTextEmbedding.asyncCall(BatchTextEmbeddingParam param) |
BatchTextEmbeddingResult |
BatchTextEmbedding.call(BatchTextEmbeddingParam param)
Call the server and wait for the task finished.
|
BatchTextEmbeddingResult |
BatchTextEmbedding.cancel(BatchTextEmbeddingResult taskInfo,
String apiKey) |
BatchTextEmbeddingResult |
BatchTextEmbedding.cancel(String taskId,
String apiKey) |
BatchTextEmbeddingResult |
BatchTextEmbedding.fetch(BatchTextEmbeddingResult taskInfo,
String apiKey) |
BatchTextEmbeddingResult |
BatchTextEmbedding.fetch(String taskId,
String apiKey) |
static BatchTextEmbeddingResult |
BatchTextEmbeddingResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
BatchTextEmbeddingResult |
BatchTextEmbedding.wait(BatchTextEmbeddingResult taskInfo,
String apiKey) |
BatchTextEmbeddingResult |
BatchTextEmbedding.wait(String taskId,
String apiKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchTextEmbeddingResult |
BatchTextEmbedding.cancel(BatchTextEmbeddingResult taskInfo,
String apiKey) |
BatchTextEmbeddingResult |
BatchTextEmbedding.fetch(BatchTextEmbeddingResult taskInfo,
String apiKey) |
BatchTextEmbeddingResult |
BatchTextEmbedding.wait(BatchTextEmbeddingResult taskInfo,
String apiKey) |
Copyright © 2025. All rights reserved.