class OpenAI::Model
- OpenAI::Model
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
openai/model.crConstructors
Instance Method Summary
- #created : Int32 | Nil
- #created=(created : Int32 | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #id : String
- #id=(id : String)
- #name : String | Nil
- #name=(name : String | Nil)
- #object : String
- #object=(object : String)
- #status : String | Nil
- #status=(status : String | Nil)
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #usage : Usage | Nil
- #usage=(usage : Usage | Nil)
Constructor Detail
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.