Package com.openai.models
Class FineTuningJobWandbIntegrationObject
-
- All Implemented Interfaces:
public final class FineTuningJobWandbIntegrationObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FineTuningJobWandbIntegrationObject.Builder
A builder for FineTuningJobWandbIntegrationObject.
-
Method Summary
Modifier and Type Method Description final JsonValue
_type()
The type of the integration being enabled for the fine-tuning job final FineTuningJobWandbIntegration
wandb()
The settings for your integration with Weights and Biases. final JsonField<FineTuningJobWandbIntegration>
_wandb()
The settings for your integration with Weights and Biases. final Map<String, JsonValue>
_additionalProperties()
final FineTuningJobWandbIntegrationObject
validate()
final FineTuningJobWandbIntegrationObject.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FineTuningJobWandbIntegrationObject.Builder
builder()
-
-
Method Detail
-
wandb
final FineTuningJobWandbIntegration wandb()
The settings for your integration with Weights and Biases. This payload specifies the project that metrics will be sent to. Optionally, you can set an explicit display name for your run, add tags to your run, and set a default entity (team, username, etc) to be associated with your run.
-
_wandb
final JsonField<FineTuningJobWandbIntegration> _wandb()
The settings for your integration with Weights and Biases. This payload specifies the project that metrics will be sent to. Optionally, you can set an explicit display name for your run, add tags to your run, and set a default entity (team, username, etc) to be associated with your run.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FineTuningJobWandbIntegrationObject validate()
-
toBuilder
final FineTuningJobWandbIntegrationObject.Builder toBuilder()
-
builder
final static FineTuningJobWandbIntegrationObject.Builder builder()
-
-
-
-