Skip to content

Commit 79703f9

Browse files
committed
add steps readme
1 parent a0920c0 commit 79703f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

steps/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
# Steps
12

3+
Custom steps are individual execution units that are executed as part of a graph.
4+
Each step has its own execution context and can run with different settings.
25

6+
To learn how to build and use custom steps, see: https://docs.mlrun.org/en/stable/serving/writing-custom-steps.html
37

48
## Catalog
59

610
<!-- AUTOGEN:START (do not edit below) -->
711
| Name | Description | Class Name | Categories |
812
| --- | --- | --- | --- |
913
| [verify_schema](https://github.com/mlrun/functions/tree/development/steps/src/verify_schema) | Verifies the event is aligned with the provided schema | VerifySchema | data-preparation, model-serving, utilities |
10-
<!-- AUTOGEN:END -->
14+
<!-- AUTOGEN:END -->

0 commit comments

Comments
 (0)