Skip to content

[Components] inferable #16399

@pipedream-component-development

Description

inferable

URLs

Webhook Sources

new-inference-request-instant

Description

Emit new event when a new inference request is received. Useful for triggering workflows when new data is submitted for prediction. Requires configuration of the model or endpoint to monitor.

new-model-created-instant

Description

Emit new event when a new model is successfully created or registered in Inferable. This can be used to initiate follow-up configuration or logging processes.

new-inference-result-instant

Description

Emit new event when an inference result is available. Useful for triggering actions based on prediction outputs. Requires configuration of the model or endpoint producing the result.

Actions

submit-inference-request

Description

Submit data to an existing model for inference. Requires the model ID and input payload.

create-model

Description

Register a new model on Inferable. Requires model name, description, input/output schema, and deployment source.

get-inference-result

Description

Retrieve the result of a previously submitted inference request. Requires the request ID.

Metadata

Metadata

Assignees

No one assigned

    Labels

    triagedFor maintainers: This issue has been triaged by a Pipedream employee

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions