Package com.openai.models
Class FineTuningJobListEventsParams
-
- All Implemented Interfaces:
-
com.openai.core.Params
public final class FineTuningJobListEventsParams implements Params
Get status updates for a fine-tuning job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FineTuningJobListEventsParams.Builder
A builder for FineTuningJobListEventsParams.
-
Method Summary
Modifier and Type Method Description final String
fineTuningJobId()
final Optional<String>
after()
Identifier for the last event from the previous pagination request. final Optional<Long>
limit()
Number of events 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 String
getPathParam(Integer index)
final FineTuningJobListEventsParams.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FineTuningJobListEventsParams.Builder
builder()
-
-
Method Detail
-
fineTuningJobId
final String fineTuningJobId()
-
after
final Optional<String> after()
Identifier for the last event 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 FineTuningJobListEventsParams.Builder toBuilder()
-
builder
final static FineTuningJobListEventsParams.Builder builder()
-
-
-
-