From bab1c5fc1c860b2e495ec7749db1cf8c71c0bd61 Mon Sep 17 00:00:00 2001 From: Gitesh Dawer Date: Tue, 18 Jun 2024 12:18:43 -0700 Subject: [PATCH] Clarifying the default function name field for multifunction in the docs --- docs-guides/source/multifunction-models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-guides/source/multifunction-models.md b/docs-guides/source/multifunction-models.md index 7546fb854..4c6036b2f 100644 --- a/docs-guides/source/multifunction-models.md +++ b/docs-guides/source/multifunction-models.md @@ -176,8 +176,8 @@ desc.default_function_name = "adapter_1" ct.utils.save_multifunction(desc, "combined_adpater_models.mlpackage") ``` -When loading the multifunction model, you can specify the -`function_name` to load the specific function and then do the prediction: +When loading the multifunction model, you can specify the optional +`function_name` to load a specific function and then do the prediction. If `function_name` is not provided, the `default_function_name` field of the serialized multifunction model asset gets used to load the default function: ```python import numpy as np