Method: OpenApiOpenAIClient::CreateEmbeddingRequest.attribute_map

Defined in:
lib/openapi_openai/models/create_embedding_request.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



54
55
56
57
58
59
60
61
62
# File 'lib/openapi_openai/models/create_embedding_request.rb', line 54

def self.attribute_map
  {
    :'input' => :'input',
    :'model' => :'model',
    :'encoding_format' => :'encoding_format',
    :'dimensions' => :'dimensions',
    :'user' => :'user'
  }
end