Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tahiyasalam committed May 17, 2024
1 parent 01a87a0 commit a53e57a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion proto/viam/app/v1/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -879,12 +879,18 @@ message MLModelMetadata {
repeated string versions = 1;
}

message MLTrainingVersion {
string version = 1;
google.protobuf.Timestamp created_on = 2;
}
message MLTrainingMetadata {
// A list of package versions for ML training source distribution
repeated string versions = 1;
repeated MLTrainingVersion versions = 5;
viam.app.mltraining.v1.ModelType model_type = 2;
viam.app.mltraining.v1.ModelFramework model_framework = 3;
bool draft = 4;

reserved 1;
}

message RegistryItem {
Expand Down

0 comments on commit a53e57a

Please sign in to comment.