Class FineTuningJobIntegration.Wandb.Builder
java.lang.Object
io.github.stefanbratanov.jvm.openai.FineTuningJobIntegration.Wandb.Builder
- Enclosing class:
- FineTuningJobIntegration.Wandb
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
project
- Parameters:
project
- The name of the project that the new run will be created under.
-
name
- Parameters:
name
- A display name to set for the run. If not set, we will use the Job ID as the name.
-
entity
- Parameters:
entity
- The entity to use for the run. This allows you to set the team or username of the WandB user that you would like associated with the run. If not set, the default entity for the registered WandB API key is used.
-
tags
- Parameters:
tags
- A list of tags to be attached to the newly created run. These tags are passed through directly to WandB. Some default tags are generated by OpenAI: "openai/finetune", "openai/{base-model}", "openai/{ftjob-abcdef}".
-
build
-