File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -2869,13 +2869,7 @@ paths:
28692869 example : false
28702870 model_image_uri :
28712871 type : string
2872- example : " "
2873- mlflow_artifact_uri :
2874- type : string
2875- example : " run:/658456547698779878/model"
2876- is_mlflow :
2877- type : boolean
2878- example : false
2872+ example : " runs:/658456547698779878/model"
28792873 api_type :
28802874 type : string
28812875 example : " REST"
Original file line number Diff line number Diff line change @@ -85,8 +85,6 @@ class MLAppDeploySchema(Schema):
8585 is_notebook = fields .Boolean (required = True )
8686 is_modal = fields .Bool (required = False )
8787 model_image_uri = fields .Str (required = False )
88- mlflow_artifact_uri = fields .Str (required = False )
89- is_mlflow = fields .Boolean (required = False )
9088 api_type = fields .Str (required = False , default = "REST" , validate = validate .OneOf (
9189 ["REST" , "GRPC" ]
9290 ))
You can’t perform that action at this time.
0 commit comments