-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
component: processingRelates to the SageMaker Processing PlatformRelates to the SageMaker Processing Platformtype: maintenance
Description
Describe the feature you'd like
I want type validations when I am constructing FrameworkProcessors and calling their run method.
How would this feature be used? Please describe.
It will help developers understand what the function is doing by providing the type information. There is some type information in the docstring of the FrameworkProcessor, but this docstring is not available from a subclass like PytorchProcessor. It should be easier to get the type signature of these functions.
Additional context
I don't think the scope of the issue should be the entire codebase. I am limiting this issue to the FrameworkProcessors so that I can submit a pull request to resolve it myself.
Metadata
Metadata
Assignees
Labels
component: processingRelates to the SageMaker Processing PlatformRelates to the SageMaker Processing Platformtype: maintenance