aws / aws/aws-step-functions-data-science-sdk-python
object of type TrainingInput is not JSON serializable
オープン
bug
- 主要言語
- Python
- スター
- 299
- フォーク
- 84
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
```
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`
コントリビューションガイド
調査の方向性
issue の InferencePipeline 例で失敗を再現し、execute() を呼び出します。TrainingInput オブジェクトを含む inputs のシリアライズ経路を追跡します。完了条件は、JSON シリアライズエラーなしで pipeline が実行され、train と test の両方の inputs が正しく処理されることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, python
- 領域
- cloud, machine-learning
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100