Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 602 Bytes

FineTuningJobError.md

File metadata and controls

22 lines (16 loc) · 602 Bytes

OpenapiClient::FineTuningJobError

Properties

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.

Example

require 'openapi_client'

instance = OpenapiClient::FineTuningJobError.new(
  code: null,
  message: null,
  param: null
)