Skip to content

object of type TrainingInput is not JSON serializable #181

Open
@neilmcguigan

Description

@neilmcguigan
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions