| 限定符和类型 | 方法和说明 |
|---|---|
static void |
GenerationCallWithMessages.callWithMessage() |
static void |
DollyUsage.dollyQuickStart() |
static void |
GenerationQuickStart.quickStartWithMessage() |
static void |
GenerationQuickStart.qwenQuickStart() |
static void |
GenerationQuickStart.qwenQuickStartCallback() |
static void |
GenerationStreamCall.streamCall() |
static void |
GenerationStreamCall.streamCallWithCallback() |
static void |
ChatGLMUsage.usage() |
static void |
Llama2Usage.usage() |
static void |
YuanyuUsage.usage() |
static void |
ZiyaUsage.usage() |
static void |
BelleUsage.usage() |
static void |
BiLLaUsage.usage() |
static void |
BaiChuanUsage.usage() |
static void |
MossUsage.usage() |
void |
ChatGLMParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Conversation.streamCall(ConversationParam param,
ResultCallback<ConversationResult> callback)
Call the server to get the result by stream.
|
void |
ConversationParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
GenerationResult |
Generation.call(HalfDuplexServiceParam param)
Call the server to get the whole result, only http protocol
|
void |
Generation.call(HalfDuplexServiceParam param,
ResultCallback<GenerationResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<GenerationResult> |
Generation.streamCall(HalfDuplexServiceParam param)
Call the server to get the result by stream. http and websocket.
|
void |
Generation.streamCall(HalfDuplexServiceParam param,
ResultCallback<GenerationResult> callback) |
void |
GenerationParamBase.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
QwenParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ImageSynthesisParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TranscriptionParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SpeechSynthesisParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
HalfDuplexParamBase.validate()
Validate the input and parameters.
|
void |
AsyncTaskListParam.validate() |
void |
AsyncTaskParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TextEmbeddingParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
DashScopeResult |
GeneralHalfDuplexApi.call(HalfDuplexServiceParam param)
Call the server to get the whole result, only http protocol
|
void |
GeneralHalfDuplexApi.call(HalfDuplexServiceParam param,
ResultCallback<DashScopeResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<DashScopeResult> |
GeneralHalfDuplexApi.streamCall(HalfDuplexServiceParam param)
Call the server to get the result by stream. http and websocket.
|
void |
GeneralHalfDuplexApi.streamCall(HalfDuplexServiceParam param,
ResultCallback<DashScopeResult> callback) |
Copyright © 2023. All rights reserved.