Skip to content

Commit

Permalink
typo fix in trial_component attributes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danabens committed Jul 29, 2020
1 parent 9c2b1cf commit 97310a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smexperiments/trial_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class TrialComponent(_base_types.Record):
last_modified_time (datetime): When the trial component was last modified.
last_modified_by (obj): Contextual info on which account last modified the trial component.
parameters (dict): Dictionary of parameters to the source job.
input_artiacts (dict): Dictionary of input artifacts.
output_artiacts (dict): Dictionary of output artifacts.
input_artifacts (dict): Dictionary of input artifacts.
output_artifacts (dict): Dictionary of output artifacts.
metrics (obj): Aggregated metrics for the job.
parameters_to_remove (list): The hyperparameters to remove from the component.
input_artifacts_to_remove (list): The input artifacts to remove from the component.
Expand Down

0 comments on commit 97310a4

Please sign in to comment.