File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1313
1414
1515class ScoreDefinitions (Service ):
16-
1716 """
1817 Used for creating and maintaining score definitions.
1918
Original file line number Diff line number Diff line change 1414
1515
1616class ScoreExecution (Service ):
17-
1817 """
1918 The Score Execution API is used to produce a score by
2019 executing the mapped code generated by score objects using the score definition.
Original file line number Diff line number Diff line change @@ -980,7 +980,7 @@ def score_model_with_cas(
980980 server_name : str = "cas-shared-default" ,
981981 library_name : str = "Public" ,
982982 model_version : str = "latest" ,
983- use_cas_gateway : bool = False
983+ use_cas_gateway : bool = False ,
984984):
985985 score_definition = sd .create_score_definition (
986986 score_def_name ,
@@ -991,7 +991,7 @@ def score_model_with_cas(
991991 server_name = server_name ,
992992 library_name = library_name ,
993993 model_version = model_version ,
994- use_cas_gateway = use_cas_gateway
994+ use_cas_gateway = use_cas_gateway ,
995995 )
996996 score_execution = se .create_score_execution (score_definition .id )
997997 score_execution_poll = se .poll_score_execution_state (score_execution )
You can’t perform that action at this time.
0 commit comments