| Description:The Training_Set class belongs to the Data_Set class family and contains attributes that describe the size and version of the data set used to train the machine learning model. | 
| Namespace Id: ml | Steward: img | Role: concrete | Status: Active | 
| Class Hierarchy: Data_Set :: Training_Set | 
| Attribute(s) | Name | Cardinality | Value | 
|  | data_set_version_id | 1..1 | None | 
|  | data_set_count | 1..1 | None | 
| Association(s) | Name | Cardinality | Class | 
|  | Augmentation_Method | 0..Unbounded | Augmentation_Method | 
|  | Augmentation_Method_Parameter | 0..Unbounded | Augmentation_Method_Parameter | 
|  | Preprocessing_Method | 0..Unbounded | Preprocessing_Method | 
|  | Preprocessing_Method_Parameter | 0..Unbounded | Preprocessing_Method_Parameter | 
| Referenced from: Trained_Machine_Learning_Model |