Help Center
Create New Ticket
Check Ticket Status
Login
Search
aiOS Help
Razorthink aiOS SDK Cookbook
Accessing and Manipulating Data
Accessing and Manipulating Data
6
Pipelines and Blocks - Define the Block Class
Link copied to clipboard!!
Share
2020-05-19 17:53:22 +0530
Introduction Blocks and pipelines are foundational to any robust design of an Intelligent System. How they are thought of and...
Pipelines and Blocks - Streaming inputs and outputs
Link copied to clipboard!!
Share
2020-05-19 17:57:45 +0530
Problem Statement You want to define a block that works on a stream of data. Solution In the @inputs decorator...
Pipelines and Blocks - Accessing Pre-built Blocks
Link copied to clipboard!!
Share
2020-05-19 18:00:17 +0530
Problem You want to use a block that has been pre-built. These are blocks that have been built by Razorthink,...
Pipelines and Blocks - Pipeline Basics
Link copied to clipboard!!
Share
2020-05-19 18:05:11 +0530
Problem You want to chain blocks together so that the output of one block is fed into another. Solution Up...
Pipelines and Blocks - Accessing Pre-built Pipelines
Link copied to clipboard!!
Share
2020-05-19 18:07:19 +0530
Problem Statement You want to execute pre-built pipelines. These pipelines have been built by you, or available in the marketplace....
Pipelines and Blocks - Block Input Validation
Link copied to clipboard!!
Share
2020-05-19 18:12:38 +0530
Problem Statement You want to validate the type or value of the inputs that are going in to your block....