File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/autogluon/cloud/backend Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,6 @@ def predict_real_time(
558558 test_data_image_column : Optional [str ] = None ,
559559 accept : str = "application/x-parquet" ,
560560 inference_kwargs : Optional [Dict [str , Any ]] = None ,
561- ** kwargs ,
562561 ) -> Union [pd .DataFrame , pd .Series ]:
563562 """
564563 Predict with the deployed SageMaker endpoint. A deployed SageMaker endpoint is required.
@@ -595,7 +594,6 @@ def predict_proba_real_time(
595594 test_data_image_column : Optional [str ] = None ,
596595 accept : str = "application/x-parquet" ,
597596 inference_kwargs : Optional [Dict [str , Any ]] = None ,
598- ** kwargs ,
599597 ) -> Union [pd .DataFrame , pd .Series ]:
600598 """
601599 Predict probability with the deployed SageMaker endpoint. A deployed SageMaker endpoint is required.
You can’t perform that action at this time.
0 commit comments