We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74fd75 commit 804123cCopy full SHA for 804123c
src/sagemaker/serve/builder/model_builder.py
@@ -890,8 +890,8 @@ def build( # pylint: disable=R0911
890
"MLFLOW_TRACKING_ARN" in self.model_metadata
891
)
892
):
893
- raise ValueError("MLflow model support is not available in Local Container mode. "
894
- "Please use SageMaker Endpoint mode for MLflow models.")
+ raise ValueError("MLflow model support is not available for Mode.LOCAL_CONTAINER. "
+ "Please use Mode.SAGEMAKER_ENDPOINT for MLflow models.")
895
896
if role_arn:
897
self.role_arn = role_arn
0 commit comments