Skip to content

Commit 85100a9

Browse files
committed
Adjust wording in doc
1 parent 955fa94 commit 85100a9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

dataikuapi/dss/savedmodel.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ def import_mlflow_version_from_path(self, version_id, path, code_env_name="INHER
134134
mlflow and the package(s) corresponding to the used MLFlow-compatible frameworks.
135135
If value is "INHERIT", the default active code env of the project will be used
136136
:param str container_exec_config_name: Name of the containerized execution configuration to use while creating
137-
this model version. Note that this information is not saved with the model version, so,
138-
for example, if you evaluate this model version later on, you will have to provide again
139-
that parameter.
137+
this model version.
140138
If value is "INHERIT", the container execution configuration of the project will be used.
141139
If value is "NONE", local execution will be used (no container)
142140
:return a :class:MLFlowVersionHandler in order to interact with the new MLFlow model version
@@ -168,10 +166,8 @@ def import_mlflow_version_from_managed_folder(self, version_id, managed_folder,
168166
:param str code_env_name: Name of the code env to use for this model version. The code env must contain at least
169167
mlflow and the package(s) corresponding to the used MLFlow-compatible frameworks.
170168
If value is "INHERIT", the default active code env of the project will be used
171-
:param str container_exec_config_name: Name of the containerized execution configuration to use while creating
172-
this model version. Note that this information is not saved with the model version, so,
173-
for example, if you evaluate this model version later on, you will have to provide again
174-
that parameter.
169+
:param str container_exec_config_name: Name of the containerized execution configuration to use for evaluating
170+
this model version.
175171
If value is "INHERIT", the container execution configuration of the project will be used.
176172
If value is "NONE", local execution will be used (no container)
177173
:return a :class:MLFlowVersionHandler in order to interact with the new MLFlow model version

0 commit comments

Comments
 (0)