@@ -937,15 +937,15 @@ def test_predict_success__serialize_input(self, mock_url, mock_client, mock_sign
937
937
"test_args" ,
938
938
[
939
939
{
940
- "model_id" : "test_model_id " ,
940
+ "model_id" : "xxxx.datasciencemodel.xxxx " ,
941
941
"model_file_name" : "test_model_file_name" ,
942
942
"artifact_dir" : "/test_artifact_dir" ,
943
943
"bucket_uri" : "test_bucket_uri" ,
944
944
"remove_existing_artifact" : False ,
945
945
"ignore_conda_error" : True ,
946
946
},
947
947
{
948
- "model_id" : "test_model_id " ,
948
+ "model_id" : "xxxx.datasciencemodel.xxxx " ,
949
949
"model_file_name" : "test_model_file_name" ,
950
950
"artifact_dir" : "/test_artifact_dir" ,
951
951
"auth" : {"config" : "value" },
@@ -1050,8 +1050,8 @@ def test_from_model_deployment(
1050
1050
"""Tests loading model from model deployment."""
1051
1051
test_auth_config = {"signer" : {"config" : "value" }}
1052
1052
mock_default_signer .return_value = test_auth_config
1053
- test_model_deployment_id = "md_ocid "
1054
- test_model_id = "model_ocid "
1053
+ test_model_deployment_id = "xxxx.datasciencemodeldeployment.xxxx "
1054
+ test_model_id = "xxxx.datasciencemodel.xxxx "
1055
1055
md_props = ModelDeploymentProperties (model_id = test_model_id )
1056
1056
md = ModelDeployment (properties = md_props )
1057
1057
mock_from_id .return_value = md
0 commit comments