Skip to content

Commit

Permalink
add path to CreateModelRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyaghoobian committed Nov 26, 2023
1 parent 4065bb5 commit 960c74c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/ai_services/ai_models/recommendation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ message ModelProperties {

message CreateModelRequest {
ModelProperties model = 1;
string path = 2;
}

message CreateModelResponse { // empty message
Expand Down

0 comments on commit 960c74c

Please sign in to comment.