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
Copy file name to clipboardExpand all lines: src/smexperiments/tracker.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,8 @@ def create(
186
186
my_tracker = tracker.Tracker.create()
187
187
188
188
Args:
189
-
base_trial_component_name: (str,optional). The name of the trial component resource that will be appended with a timestamp. Defaults to "TrialComponent".
189
+
base_trial_component_name: (str,optional). The name of the trial component resource that
190
+
will be appended with a timestamp. Defaults to "TrialComponent".
190
191
display_name: (str, optional). The display name of the trial component to track.
191
192
artifact_bucket: (str, optional) The name of the S3 bucket to store artifacts to.
192
193
artifact_prefix: (str, optional) The prefix to write artifacts to within ``artifact_bucket``
0 commit comments