-
Notifications
You must be signed in to change notification settings - Fork 38
Luna.ai #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
12367d4 to
0a37b0b
Compare
fix_delete_judgement
|
|
||
| public Guid AADApplicationId { get; set; } | ||
|
|
||
| public string AADApplicationSecrets { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to use SecureString.
| } | ||
|
|
||
| [Key] | ||
| [System.Text.Json.Serialization.JsonIgnore] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove unnecessary namespace.
Same for below two.
| GetABatchInferenceOperation, | ||
| ListAllInferenceOperationsByUser, | ||
| DeployRealTimePredictionEndpoint, | ||
| GetADeployOperationByEndpointIdUser, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Naming looks strange, maybe GetDeploy... or GetOneDeploy....?
…m 500 to 409 & some updated comment and error message
Yyh/luna.ai
No description provided.