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) · 456 Bytes

ListPaginatedFineTuningJobsResponse.md

File metadata and controls

22 lines (16 loc) · 456 Bytes

OpenapiClient::ListPaginatedFineTuningJobsResponse

Properties

Name Type Description Notes
data Array<FineTuningJob>
has_more Boolean
object String

Example

require 'openapi_client'

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