A exploratory data analysis object
| KEY | TYPE | Description |
|---|---|---|
| edaId | str | The unique identifier of the eda object. |
| name | str | The user-friendly name for the eda object. |
| createdAt | str | Date and time at which the eda object was created. |
| projectId | str | The project this eda object belongs to. |
| featureGroupId | str | Feature group ID for which eda analysis is being done. |
| referenceFeatureGroupVersion | str | Reference Feature group version for data consistency analysis, will be latest feature group version for collinearity analysis. |
| testFeatureGroupVersion | str | Test Feature group version for data consistency analysis, will be latest feature group version for collinearity analysis. |
| edaConfigs | dict | Configurations for eda object. |
| latestEdaVersion | EdaVersion | The latest eda object version. |
| refreshSchedules | RefreshSchedule | List of refresh schedules that indicate when the next model version will be trained. |