Skip to main content
BlobHub supports various specialized Blob Types, each tailored with data storage and processing engines for specific use cases. The internal data structure, storage semantics, and API commands for a Blob depend entirely on the type chosen when the Blob is created. Currently, BlobHub offers the following primary Blob Types:

Workflow

The Workflow Blob Type is designed to build, manage, and execute complex backend workflows.
  • You can treat memory and data as first-class citizens with built-in state management.
  • Supports managing Definitions, initiating and monitoring Executions within Sessions, and accessing real-time Execution Events.

ONNX

The ONNX Blob Type provides specialized hosting for Open Neural Network Exchange (ONNX) machine learning models.
  • Provides commands to securely perform multipart uploads of the raw model files.
  • You can describe the structure of an uploaded model archive or retrieve presigned download URLs for the components.