pdstools.infinity.resources.prediction_studio.v24_2.datamart_export¶ Classes¶ DatamartExport Helper class that provides a standard way to create an ABC using Module Contents¶ class DatamartExport(client, referenceId: str, location: str, repositoryName: str)¶ Bases: pdstools.infinity.resources.prediction_studio.base.DataMartExport Helper class that provides a standard way to create an ABC using inheritance. Parameters: referenceId (str) location (str) repositoryName (str) reference_id¶ location¶ repository_name¶ get_export_status()¶ Fetches the current export status of a datamart. This method queries the export status of a datamart by its reference ID. Returns: The response from the server containing the export status of the datamart. Return type: dict