Name | Type | Description | Notes |
---|---|---|---|
data | Array<FineTuningJob> | ||
has_more | Boolean | ||
object | String |
require 'openapi_client'
instance = OpenapiClient::ListPaginatedFineTuningJobsResponse.new(
data: null,
has_more: null,
object: null
)
Name | Type | Description | Notes |
---|---|---|---|
data | Array<FineTuningJob> | ||
has_more | Boolean | ||
object | String |
require 'openapi_client'
instance = OpenapiClient::ListPaginatedFineTuningJobsResponse.new(
data: null,
has_more: null,
object: null
)