| Package | Description |
|---|---|
| com.byteplus.ark | |
| com.byteplus.ark.model |
| Modifier and Type | Method and Description |
|---|---|
EmbeddingsResponse |
ArkApi.embeddings(EmbeddingsRequest body) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EmbeddingsResponse> |
ArkApi.embeddingsWithHttpInfo(@NotNull EmbeddingsRequest body) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ArkApi.embeddingsAsync(EmbeddingsRequest body,
ApiCallback<EmbeddingsResponse> callback)
(asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddingsResponse |
EmbeddingsResponse.addDataItem(DataForEmbeddingsOutput dataItem) |
EmbeddingsResponse |
EmbeddingsResponse.created(Integer created) |
EmbeddingsResponse |
EmbeddingsResponse.data(List<DataForEmbeddingsOutput> data) |
EmbeddingsResponse |
EmbeddingsResponse.id(String id) |
EmbeddingsResponse |
EmbeddingsResponse.model(String model) |
EmbeddingsResponse |
EmbeddingsResponse.object(String object) |
EmbeddingsResponse |
EmbeddingsResponse.usage(UsageForEmbeddingsOutput usage) |
Copyright © 2025. All rights reserved.