Package com.openai.models
Class FineTuningJobWandbIntegrationObject.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class FineTuningJobWandbIntegrationObject.Type implements Enum
The type of the integration being enabled for the fine-tuning job
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
FineTuningJobWandbIntegrationObject.Type.Known
public enum
FineTuningJobWandbIntegrationObject.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static FineTuningJobWandbIntegrationObject.Type
WANDB
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final FineTuningJobWandbIntegrationObject.Type.Value
value()
final FineTuningJobWandbIntegrationObject.Type.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FineTuningJobWandbIntegrationObject.Type
of(String value)
-
-
Method Detail
-
value
final FineTuningJobWandbIntegrationObject.Type.Value value()
-
known
final FineTuningJobWandbIntegrationObject.Type.Known known()
-
of
final static FineTuningJobWandbIntegrationObject.Type of(String value)
-
-
-
-