aws / aws/aws-step-functions-data-science-sdk-python
object of type TrainingInput is not JSON serializable
Open
bug
- Dominant language
- Python
- Stars
- 299
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
```
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`
Contributor guide
Assessment
This issue has not been assessed yet.