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/user_guides/mlops/registry/frameworks/llm.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,4 @@ Use the `ModelRegistry.llm.create_model(..)` function to register a model as LLM
59
59
60
60
## Going Further
61
61
62
-
You can attach an [Input Example](../input_example.md) and a [Model Schema](../input_example.md) to your model to document the shape and type of the data the model was trained on.
62
+
You can attach an [Input Example](../input_example.md) and a [Model Schema](../model_schema.md) to your model to document the shape and type of the data the model was trained on.
Copy file name to clipboardexpand all lines: docs/user_guides/mlops/registry/frameworks/python.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,4 +58,4 @@ Use the `ModelRegistry.python.create_model(..)` function to register a model as
58
58
59
59
## Going Further
60
60
61
-
You can attach an [Input Example](../input_example.md) and a [Model Schema](../input_example.md) to your model to document the shape and type of the data the model was trained on.
61
+
You can attach an [Input Example](../input_example.md) and a [Model Schema](../model_schema.md) to your model to document the shape and type of the data the model was trained on.
Copy file name to clipboardexpand all lines: docs/user_guides/mlops/registry/frameworks/skl.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,4 +57,4 @@ Use the `ModelRegistry.sklearn.create_model(..)` function to register a model as
57
57
58
58
## Going Further
59
59
60
-
You can attach an [Input Example](../input_example.md) and a [Model Schema](../input_example.md) to your model to document the shape and type of the data the model was trained on.
60
+
You can attach an [Input Example](../input_example.md) and a [Model Schema](../model_schema.md) to your model to document the shape and type of the data the model was trained on.
Copy file name to clipboardexpand all lines: docs/user_guides/mlops/registry/frameworks/tf.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,4 +68,4 @@ Use the `ModelRegistry.tensorflow.create_model(..)` function to register a model
68
68
69
69
## Going Further
70
70
71
-
You can attach an [Input Example](../input_example.md) and a [Model Schema](../input_example.md) to your model to document the shape and type of the data the model was trained on.
71
+
You can attach an [Input Example](../input_example.md) and a [Model Schema](../model_schema.md) to your model to document the shape and type of the data the model was trained on.
0 commit comments