Package com.openai.models
Class FineTuningJobCreateParams.Method.Builder
-
- All Implemented Interfaces:
public final class FineTuningJobCreateParams.Method.Builder
A builder for Method.
-
-
Method Summary
-
-
Method Detail
-
dpo
final FineTuningJobCreateParams.Method.Builder dpo(FineTuningJobCreateParams.Method.Dpo dpo)
Configuration for the DPO fine-tuning method.
-
dpo
final FineTuningJobCreateParams.Method.Builder dpo(JsonField<FineTuningJobCreateParams.Method.Dpo> dpo)
Configuration for the DPO fine-tuning method.
-
supervised
final FineTuningJobCreateParams.Method.Builder supervised(FineTuningJobCreateParams.Method.Supervised supervised)
Configuration for the supervised fine-tuning method.
-
supervised
final FineTuningJobCreateParams.Method.Builder supervised(JsonField<FineTuningJobCreateParams.Method.Supervised> supervised)
Configuration for the supervised fine-tuning method.
-
type
final FineTuningJobCreateParams.Method.Builder type(FineTuningJobCreateParams.Method.Type type)
The type of method. Is either
supervised
ordpo
.
-
type
final FineTuningJobCreateParams.Method.Builder type(JsonField<FineTuningJobCreateParams.Method.Type> type)
The type of method. Is either
supervised
ordpo
.
-
additionalProperties
final FineTuningJobCreateParams.Method.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FineTuningJobCreateParams.Method.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FineTuningJobCreateParams.Method.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FineTuningJobCreateParams.Method.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FineTuningJobCreateParams.Method.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FineTuningJobCreateParams.Method build()
-
-
-
-