Package com.openai.models
Class ChatCompletionRetrieveParams
-
- All Implemented Interfaces:
-
com.openai.core.Params
public final class ChatCompletionRetrieveParams implements Params
Get a stored chat completion. Only chat completions that have been created with the
storeparameter set totruewill be returned.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatCompletionRetrieveParams.BuilderA builder for ChatCompletionRetrieveParams.
-
Method Summary
Modifier and Type Method Description final StringcompletionId()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 ChatCompletionRetrieveParams.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionRetrieveParams.Builderbuilder()-
-
Method Detail
-
completionId
final String completionId()
-
_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 ChatCompletionRetrieveParams.Builder toBuilder()
-
builder
final static ChatCompletionRetrieveParams.Builder builder()
-
-
-
-