Is your feature request related to a problem? Please describe.
The create methods for Trial and Experiment are both lacking the option to specify a display name, which is a request property on the CreateExperiment and CreateTrial APIs.
Describe the solution you'd like
Add the display_name as an optional argument to the create methods.
Is your feature request related to a problem? Please describe.
The create methods for Trial and Experiment are both lacking the option to specify a display name, which is a request property on the CreateExperiment and CreateTrial APIs.
Describe the solution you'd like
Add the
display_nameas an optional argument to the create methods.