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

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

ListFineTuningJobEventsResponse.md

File metadata and controls

20 lines (14 loc) · 403 Bytes

OpenapiClient::ListFineTuningJobEventsResponse

Properties

Name Type Description Notes
data Array<FineTuningJobEvent>
object String

Example

require 'openapi_client'

instance = OpenapiClient::ListFineTuningJobEventsResponse.new(
  data: null,
  object: null
)