Skip to content

Commit

Permalink
Fix the aws bucket name and the model server name
Browse files Browse the repository at this point in the history
Co-Authored-By: Akos Eros <[email protected]>
  • Loading branch information
mbaldessari and darkdoc committed Nov 15, 2024
1 parent d98b927 commit 04bfdf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml-models/anomaly-detection/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def get_deployment_resource(model_artifact_id):
'name': 'sklearn',
'version': '0',
},
'runtime': 'ml-server',
'runtime': 'anomaly-detection-model-server',
'storage': {
'key': 'aws-connection-user',
'key': 'aws-connection-user-bucket',
'path': model_artifact_id,
}
}
Expand Down

0 comments on commit 04bfdf4

Please sign in to comment.