File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1204,7 +1204,7 @@ def create(
12041204 Creates a new Output
12051205
12061206 Args:
1207- name:Name of the output variable defined by the model. If no explicit name
1207+ name: Name of the output variable defined by the model. If no explicit name
12081208 is defined by the model, an informative name (e.g.: "CLASSIFICATION")
12091209 can be used instead.
12101210 tasks: Specifies the Machine Learning tasks for which the output can be used
@@ -1214,6 +1214,7 @@ def create(
12141214 from one model head. description: Additional details about the output
12151215 such as describing its purpose or expected result that cannot be
12161216 represented by other properties.
1217+ description: Description of output.
12171218 classes: A list of class objects adhering to the Classification Extension.
12181219 post_processing_function: Custom postprocessing function where
12191220 normalization, rescaling, or any other significant operations takes
You can’t perform that action at this time.
0 commit comments