| 限定符和类型 | 方法和说明 |
|---|---|
static void |
GenerationFunctionCallSample.callFunctionAdd() |
static void |
ConversationManagerHistory.callWithHistoryStream()
已过时。
|
static void |
GenerationCallWithMessages.callWithMessage() |
static void |
GenerationCallWithMessageMultiRound.callWithMessage() |
static void |
ConversationManagerMessages.callWithMessagesStream() |
static void |
ApplicationCalls.callWithSession()
Call with multiple rounds session sample
|
static void |
ApplicationCalls.callWithWorkspace()
Call with workspace sample
|
static void |
DollyUsage.dollyQuickStart() |
static void |
ApplicationCalls.flowCall()
Plugin and flow application call sample
|
static void |
ApplicationCalls.flowCallWithParam()
Plugin and flow application call with biz params sample
|
static void |
AssistantFunctionCallStream.main(String[] args) |
static void |
AssistantFunctionCall.main(String[] args) |
static void |
ConversationStreamCall.main(String[] args) |
static void |
AssistantCallSearch.main(String[] args) |
static void |
ConversationQuickStart.main(String[] args) |
static void |
AssistantCallSearchStream.main(String[] args) |
static void |
GenerationQuickStart.quickStartWithMessage() |
static void |
ConversationQuickStart.quickStartWithMessage() |
static void |
GenerationQuickStart.qwenQuickStart() |
static void |
GenerationQuickStart.qwenQuickStartCallback() |
static void |
ApplicationCalls.ragCall()
Rag application call sample
|
static void |
ApplicationCalls.ragCallWithTags()
Rag application call with tags sample
|
static void |
AssistantFunctionCall.run(String assistantId) |
static void |
AssistantCallSearch.run(String assistantId) |
static void |
AssistantCallSearchStream.run(String assistantId) |
static void |
GenerationCallEarlyStop.stopWithStrings() |
static void |
GenerationCallEarlyStop.stopWithTokens() |
static void |
ApplicationCalls.streamCall()
Call with stream response(Http SSE) sample
|
static void |
GenerationStreamCall.streamCall() |
static void |
GenerationStreamCall.streamCallWithCallback() |
static void |
AssistantFunctionCallStream.streamRun(String assistantId) |
static void |
CodeGenerationQuickStart.testCode2commentSample() |
static void |
CodeGenerationQuickStart.testCode2explainSample() |
static void |
CodeGenerationQuickStart.testCodeqaSample() |
static void |
CodeGenerationQuickStart.testCommit2msgSample() |
static void |
CodeGenerationQuickStart.testCustomSample() |
static void |
CodeGenerationQuickStart.testCustomSampleWithCallBack() |
static void |
CodeGenerationQuickStart.testCustomSampleWithStream() |
static void |
CodeGenerationQuickStart.testCustomSampleWithStreamCallBack() |
static void |
CodeGenerationQuickStart.testCustomSampleWithWebSocket() |
static void |
CodeGenerationQuickStart.testNl2codeSample() |
static void |
CodeGenerationQuickStart.testNl2sqlSample() |
static void |
ConversationStreamCall.testStreamCall() |
static void |
CodeGenerationQuickStart.testUnittestSample() |
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() |
| 限定符和类型 | 方法和说明 |
|---|---|
CodeGenerationResult |
CodeGeneration.call(CodeGenerationParam param)
Call the server to get the whole result.
|
void |
CodeGeneration.call(CodeGenerationParam param,
ResultCallback<CodeGenerationResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<CodeGenerationResult> |
CodeGeneration.streamCall(CodeGenerationParam param)
Call the server to get the result by stream.
|
void |
CodeGeneration.streamCall(CodeGenerationParam param,
ResultCallback<CodeGenerationResult> callback)
Call the server to get the result by stream.
|
void |
CodeGenerationParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
ConversationResult |
Conversation.call(ConversationParam param)
已过时。
Call the server to get the whole result.
|
void |
Conversation.call(ConversationParam param,
ResultCallback<ConversationResult> callback)
已过时。
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<ConversationResult> |
Conversation.streamCall(ConversationParam param)
已过时。
Call the server to get the result by stream.
|
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 |
GenerationParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ImageSynthesisParam.validate() |
void |
SketchImageSynthesisParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MultiModalConversation.streamCall(MultiModalConversationParam param,
ResultCallback<MultiModalConversationResult> callback)
Call the server to get the result by stream.
|
void |
MultiModalConversationParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
ApplicationResult |
Application.call(ApplicationParam param)
app completion call for http request
|
io.reactivex.Flowable<ApplicationResult> |
Application.streamCall(ApplicationParam param)
app completion call for http request by sse stream
|
void |
ApplicationParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
AssistantFile |
Assistants.createFile(String assistantId,
AssistantFileParam param) |
DeletionStatus |
Assistants.delete(String assistantId) |
DeletionStatus |
Assistants.delete(String assistantId,
String apiKey) |
ListResult<AssistantFile> |
Assistants.listFiles(String assistantId,
GeneralListParam listParam) |
Assistant |
Assistants.retrieve(String assistantId) |
Assistant |
Assistants.retrieve(String assistantId,
String apiKey) |
AssistantFile |
Assistants.retrieveFile(String assistantId,
String fileId) |
AssistantFile |
Assistants.retrieveFile(String assistantId,
String fileId,
String apiKey) |
Assistant |
Assistants.update(String assistantId,
AssistantParam param) |
| 限定符和类型 | 方法和说明 |
|---|---|
static AsrPhraseStatusResult |
AsrPhraseManager.CreatePhrases(AsrPhraseParam param) |
static AsrPhraseStatusResult |
AsrPhraseManager.DeletePhrase(AsrPhraseParam param,
String phraseId) |
static AsrPhraseStatusResult |
AsrPhraseManager.ListPhrases(AsrPhraseParam param) |
static AsrPhraseStatusResult |
AsrPhraseManager.QueryPhrase(AsrPhraseParam param,
String phraseId) |
static AsrPhraseStatusResult |
AsrPhraseManager.UpdatePhrases(AsrPhraseParam param,
String phraseId) |
void |
AsrPhraseParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TranscriptionParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SpeechSynthesisParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
HalfDuplexParamBase.validate()
Validate the input and parameters.
|
void |
AsyncTaskListParam.validate()
已过时。
|
void |
FlattenHalfDuplexParamBase.validate() |
void |
AsyncTaskParam.validate()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GeneralGetParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TextEmbeddingParam.validate() |
void |
BatchTextEmbeddingParam.validate() |
void |
MultiModalEmbeddingParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
UnderstandingResult |
Understanding.call(UnderstandingParam param)
Call the server to get the whole result, only http protocol
|
void |
Understanding.call(UnderstandingParam param,
ResultCallback<UnderstandingResult> callback)
Call the server to get the result in the callback function.
|
void |
UnderstandingParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AsyncTaskListParam.validate() |
void |
AsyncTaskParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
AssistantThread |
Threads.update(String threadId,
UpdateMetadataParam param) |
| 限定符和类型 | 方法和说明 |
|---|---|
ThreadMessage |
Messages.create(String threadId,
MessageParamBase param) |
ListResult<ThreadMessage> |
Messages.list(String threadId,
GeneralListParam listParam) |
ListResult<MessageFile> |
Messages.listFiles(String threadId,
String messageId,
GeneralListParam listParam) |
ThreadMessage |
Messages.retrieve(String threadId,
String messageId) |
ThreadMessage |
Messages.retrieve(String threadId,
String messageId,
String apiKey) |
MessageFile |
Messages.retrieveFile(String threadId,
String messageId,
String fileId) |
MessageFile |
Messages.retrieveFile(String threadId,
String messageId,
String fileId,
String apiKey) |
ThreadMessage |
Messages.update(String threadId,
String messageId,
UpdateMetadataParam param) |
void |
TextMessageParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
Run |
Runs.create(String threadId,
RunParam param)
Create a thread run.
|
io.reactivex.Flowable<AssistantStreamMessage> |
Runs.createStream(String threadId,
RunParam param)
Create stream run, return Flowable of StreamMessage.
|
void |
Runs.createStream(String threadId,
RunParam param,
AssistantEventHandler handler)
Create stream run, with event handler.
|
io.reactivex.Flowable<AssistantStreamMessage> |
Runs.submitStreamToolOutputs(String threadId,
String runId,
SubmitToolOutputsParam param)
Submit tool outputs, and return stream result.
|
void |
Runs.submitStreamToolOutputs(String threadId,
String runId,
SubmitToolOutputsParam param,
AssistantEventHandler handler)
Submit tool outputs, and return stream result.
|
Run |
Runs.submitToolOutputs(String threadId,
String runId,
SubmitToolOutputsParam param)
Submit tool outputs.
|
Run |
Runs.update(String threadId,
String runId,
UpdateMetadataParam param)
Update the run.
|
void |
ThreadAndRunParam.validate() |
void |
SubmitToolOutputsParam.validate() |
void |
RunParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
TokenizationResult |
Tokenization.call(HalfDuplexServiceParam param)
Call the server to get the whole result, only http protocol
|
void |
Tokenization.call(HalfDuplexServiceParam param,
ResultCallback<TokenizationResult> callback)
Call the server to get the result in the callback function.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2024. All rights reserved.