Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FWandb Struct Reference

Public Attributes

FString Project
 
FString Name
 
FString Entity
 
TArray< FString > Tags
 

Member Data Documentation

◆ Entity

FString FWandb::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.

◆ Name

FString FWandb::Name

A display name to set for the run. If not set, we will use the Job ID as the name.

◆ Project

FString FWandb::Project

The name of the project that the new run will be created under.

◆ Tags

TArray<FString> FWandb::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}".


The documentation for this struct was generated from the following file: