Skip to content

Commit 97310a4

Browse files
committed
typo fix in trial_component attributes documentation
1 parent 9c2b1cf commit 97310a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/smexperiments/trial_component.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class TrialComponent(_base_types.Record):
3838
last_modified_time (datetime): When the trial component was last modified.
3939
last_modified_by (obj): Contextual info on which account last modified the trial component.
4040
parameters (dict): Dictionary of parameters to the source job.
41-
input_artiacts (dict): Dictionary of input artifacts.
42-
output_artiacts (dict): Dictionary of output artifacts.
41+
input_artifacts (dict): Dictionary of input artifacts.
42+
output_artifacts (dict): Dictionary of output artifacts.
4343
metrics (obj): Aggregated metrics for the job.
4444
parameters_to_remove (list): The hyperparameters to remove from the component.
4545
input_artifacts_to_remove (list): The input artifacts to remove from the component.

0 commit comments

Comments
 (0)