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

These 2 statements seem confusing, could you expain in more detail #157

Closed rsgrewal-aws closed 2 years ago

rsgrewal-aws commented 2 years ago

Describe the bug The caveat statements are un clear

To Reproduce Associations cannot be created between two experiment entities. For example between an Experiment and Trial. Associations can only be created between the following resources: Experiment, Trial, Trial Component, Action, Artifact, or Context.

So can we or can we not create association between Experiment and Trial ?

rupinder

danabens commented 2 years ago

Hi Rupinder, thanks for identifying this inconsistency. The first statement is correct. Specifically, calling the AddAssociation API with both source and destination in the set [Experiment|Trial|TrialComponent] is invalid.