def get_config()

in src/smjsindustry/finance/processor_config.py [0:0]


    def get_config(self):
        """Returns config to be passed to a SageMaker JumpStart Industry DataLoader instance."""
        return {
            "processor_type": self.processor_type,
            "tickers_or_ciks": self.tickers_or_ciks,
            "form_types": self.form_types,
            "filing_date_start": self.filing_date_start,
            "filing_date_end": self.filing_date_end,
            "email_as_user_agent": self.email_as_user_agent,
        }