public class MultiModalEmbedding extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MultiModalEmbedding.Models |
| 构造器和说明 |
|---|
MultiModalEmbedding() |
MultiModalEmbedding(String baseUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
MultiModalEmbeddingResult |
call(MultiModalEmbeddingParam param)
Call the server to get the whole result, only http protocol
|
void |
call(MultiModalEmbeddingParam param,
ResultCallback<MultiModalEmbeddingResult> callback)
Call the server to get the result in the callback function.
|
public MultiModalEmbedding()
public MultiModalEmbedding(String baseUrl)
public void call(MultiModalEmbeddingParam param, ResultCallback<MultiModalEmbeddingResult> callback) throws ApiException, NoApiKeyException, UploadFileException
param - The input param of class `GenerationParam`.callback - The callback to receive response, the template class is `GenerationResult`.NoApiKeyException - Can not find api keyApiException - The request failed, possibly due to a network or data error.UploadFileException - File upload failed.public MultiModalEmbeddingResult call(MultiModalEmbeddingParam param) throws ApiException, NoApiKeyException, UploadFileException
param - The input param of class `ConversationParam`.NoApiKeyException - Can not find api keyApiException - The request failed, possibly due to a network or data error.UploadFileException - File upload failed.Copyright © 2024. All rights reserved.