aws / sagemaker-experiments

Experiment tracking and metric logging for Amazon SageMaker notebooks and model training.
Apache License 2.0
125 stars 36 forks source link

Allow specifying display names for trials and experiments #143

Open marcelgwerder opened 2 years ago

marcelgwerder commented 2 years ago

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.