Method
describeEda GET
Copy GET

Retrieves a full description of the specified EDA object.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes edaId str Unique string identifier associated with the EDA object.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result Eda
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.

Exceptions:

TYPE WHEN
DataNotFoundError

edaId is not found.

Language:

Coming Soon!