Method: OpenApiOpenAIClient::CreateEmbeddingResponse#hash
- Defined in:
- lib/openapi_openai/models/create_embedding_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
190 191 192 |
# File 'lib/openapi_openai/models/create_embedding_response.rb', line 190 def hash [data, model, object, usage].hash end |