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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,7 @@ def load(
167
167
@classmethod
168
168
defcreate(
169
169
cls,
170
+
base_trial_component_name="TrialComponent",
170
171
display_name=None,
171
172
artifact_bucket=None,
172
173
artifact_prefix=None,
@@ -185,6 +186,7 @@ def create(
185
186
my_tracker = tracker.Tracker.create()
186
187
187
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".
188
190
display_name: (str, optional). The display name of the trial component to track.
189
191
artifact_bucket: (str, optional) The name of the S3 bucket to store artifacts to.
190
192
artifact_prefix: (str, optional) The prefix to write artifacts to within ``artifact_bucket``
0 commit comments