Package com.openai.models
Class FineTuningJobWandbIntegrationObject.Builder
-
- All Implemented Interfaces:
public final class FineTuningJobWandbIntegrationObject.Builder
-
-
Constructor Summary
Constructors Constructor Description FineTuningJobWandbIntegrationObject.Builder()
-
Method Summary
-
-
Method Detail
-
type
final FineTuningJobWandbIntegrationObject.Builder type(FineTuningJobWandbIntegrationObject.Type type)
The type of the integration being enabled for the fine-tuning job
-
type
final FineTuningJobWandbIntegrationObject.Builder type(JsonField<FineTuningJobWandbIntegrationObject.Type> type)
The type of the integration being enabled for the fine-tuning job
-
wandb
final FineTuningJobWandbIntegrationObject.Builder wandb(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 FineTuningJobWandbIntegrationObject.Builder wandb(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 FineTuningJobWandbIntegrationObject.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FineTuningJobWandbIntegrationObject.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FineTuningJobWandbIntegrationObject.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FineTuningJobWandbIntegrationObject.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FineTuningJobWandbIntegrationObject.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FineTuningJobWandbIntegrationObject build()
-
-
-
-