You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/docs/guides/labs/components/building-pipelines-with-components/adding-components.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ This will create a new directory inside your `components/` folder that contains
50
50
The `component.yaml` is the primary configuration file for a component. It contains two top-level fields:
51
51
52
52
-`type`: The type of the component defined in this directory
53
-
-`attributes`: A dictionary of attributes that are specific to this component type. The schema for these attributes is defined by the `get_schema` method on the component class.
53
+
-`attributes`: A dictionary of attributes that are specific to this component type. The schema for these attributes is defined by attributes on the `Component` and totally customized by overriding `get_model_cls` method on the component class.
54
54
55
55
To see a sample `component.yaml` file for your specific component, you can run:
0 commit comments