You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API for CreateTrainingJob supports passing Environment variables to set inside the training job. These are useful for when you have dynamic values you'd like to pass into your training job (🤔 training file name for instance).
Currently setting the Environment variables via this SDK is not supported.