Skip to content

Commit a0f8cb0

Browse files
committed
APP-7475: Make enum consistent for training logs
1 parent 19d6928 commit a0f8cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/viam/app/v1/billing.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ enum UsageCostType {
6464
USAGE_COST_TYPE_BINARY_DATA_EGRESS = 18;
6565
USAGE_COST_TYPE_TABULAR_DATA_EGRESS = 19;
6666
USAGE_COST_TYPE_LOGS_EGRESS = 20;
67-
USAGE_COST_TYPE_ML_TRAINING_LOGS_EGRESS = 21;
67+
USAGE_COST_TYPE_TRAINING_LOGS_EGRESS = 21;
6868
}
6969

7070
enum SourceType {

0 commit comments

Comments
 (0)