Package com.openai.models
Interface FineTuningJob.Method.Dpo.Hyperparameters.BatchSize.Visitor
-
- All Implemented Interfaces:
public interface FineTuningJob.Method.Dpo.Hyperparameters.BatchSize.Visitor<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract TvisitAuto(FineTuningJob.Method.Dpo.Hyperparameters.BatchSize.Auto auto)abstract TvisitManual(Long manual)Tunknown(JsonValue json)-
-
Method Detail
-
visitAuto
abstract T visitAuto(FineTuningJob.Method.Dpo.Hyperparameters.BatchSize.Auto auto)
-
visitManual
abstract T visitManual(Long manual)
-
-
-
-