class

OpenAI::FineTuningJobErrorVariant1

Inherits JSON::Serializable < Reference < Object

For fine-tuning jobs that have failed, this will contain more information on the cause of the failure.

Constructors

new(code : String = "", message : String = "", param : FineTuningJobErrorVariant1Param = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

code

A machine-readable error code.

Source
code=(code : String)

A machine-readable error code.

Source
message

A human-readable error message.

Source
message=(message : String)

A human-readable error message.

Source
param
Source
param=(param : FineTuningJobErrorVariant1Param)
Source