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.
KEY |
TYPE |
Description |
edaVersion |
str |
The unique identifier of a eda version. |
status |
str |
The current status of the eda object. |
edaId |
str |
A reference to the eda this version belongs to. |
edaStartedAt |
str |
The start time and date of the eda process. |
edaCompletedAt |
str |
The end time and date of the eda process. |
referenceFeatureGroupVersion |
List[str] |
Feature group version IDs that this refresh pipeline run is analyzing. |
testFeatureGroupVersion |
List[str] |
Feature group version IDs that this refresh pipeline run is analyzing. |
error |
str |
Relevant error if the status is FAILED. |
|
refreshSchedules |
RefreshSchedule |
List of refresh schedules that indicate when the next model version will be trained.
KEY |
TYPE |
Description |
refreshPolicyId |
str |
The unique identifier of the refresh policy |
nextRunTime |
str |
The next run time of the refresh policy. If null, the policy is paused. |
cron |
str |
A cron-style string that describes the when this refresh policy is to be executed in UTC |
refreshType |
str |
The type of refresh that will be run |
error |
str |
An error message for the last pipeline run of a policy |
|