public class EmbeddingResult extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) List<EmbeddingData> |
data
A list of the calculated embeddings
|
(package private) String |
model
The GPTmodel used for generating embeddings
|
(package private) String |
object
The type of object returned, should be "list"
|
(package private) Usage |
usage
The API usage for this request
|
| Constructor and Description |
|---|
EmbeddingResult() |
String model
String object
List<EmbeddingData> data
Usage usage
Copyright © 2024. All rights reserved.