We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workflow = InferencePipeline( preprocessor=..., estimator=..., inputs={ "train":TrainingInput(s3_data="..."), "test":TrainingInput(s3_data="...") }, ... )
When you call execute() it will fail, saying object of type TrainingInput is not JSON serializable
execute()
object of type TrainingInput is not JSON serializable