Package com.openai.models
Class FineTuningJobCheckpointListParams
-
- All Implemented Interfaces:
-
com.openai.core.Params
public final class FineTuningJobCheckpointListParams implements Params
List checkpoints for a fine-tuning job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFineTuningJobCheckpointListParams.BuilderA builder for FineTuningJobCheckpointListParams.
-
Method Summary
Modifier and Type Method Description final StringfineTuningJobId()final Optional<String>after()Identifier for the last checkpoint ID from the previous pagination request. final Optional<Long>limit()Number of checkpoints to retrieve. final Headers_additionalHeaders()final QueryParams_additionalQueryParams()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. final StringgetPathParam(Integer index)final FineTuningJobCheckpointListParams.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FineTuningJobCheckpointListParams.Builderbuilder()-
-
Method Detail
-
fineTuningJobId
final String fineTuningJobId()
-
after
final Optional<String> after()
Identifier for the last checkpoint ID from the previous pagination request.
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
getPathParam
final String getPathParam(Integer index)
-
toBuilder
final FineTuningJobCheckpointListParams.Builder toBuilder()
-
builder
final static FineTuningJobCheckpointListParams.Builder builder()
-
-
-
-