Name | Type | Description | Notes |
---|---|---|---|
code | String | A machine-readable error code. | |
message | String | A human-readable error message. | |
param | String | The parameter that was invalid, usually `training_file` or `validation_file`. This field will be null if the failure was not parameter-specific. |
require 'openapi_client'
instance = OpenapiClient::FineTuningJobError.new(
code: null,
message: null,
param: null
)