Skip to content

Commit

Permalink
feat: change base score definition to use CAS Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
smlindauer committed Aug 14, 2024
1 parent 0340ff9 commit a3a618f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sasctl/_services/score_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def create_score_definition(
"objectDescriptor": {
"uri": f"/modelManagement/models/{model_id}",
"name": f"{model_name}({model_version})",
"type": "sas.models.model",
"type": "sas.models.model.python",
},
"inputData": {
"type": "CASTable",
Expand Down

0 comments on commit a3a618f

Please sign in to comment.