Name | Type | Description | Notes |
---|---|---|---|
data | Array<Embedding> | The list of embeddings generated by the model. | |
model | String | The name of the model used to generate the embedding. | |
object | String | The object type, which is always "embedding". | |
usage | CreateEmbeddingResponseUsage |
require 'openapi_client'
instance = OpenapiClient::CreateEmbeddingResponse.new(
data: null,
model: null,
object: null,
usage: null
)