Skip to content

Commit

Permalink
added inference type for billing
Browse files Browse the repository at this point in the history
  • Loading branch information
etai-shuchatowitz committed Dec 3, 2024
1 parent 1ef57bc commit c6d8ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/viam/app/v1/billing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ enum UsageCostType {
USAGE_COST_TYPE_BINARY_DATA_CLOUD_STORAGE = 6;
USAGE_COST_TYPE_OTHER_CLOUD_STORAGE = 7;
USAGE_COST_TYPE_PER_MACHINE = 8;
USAGE_COST_TYPE_INFERENCE = 9;
}

enum SourceType {
Expand Down

0 comments on commit c6d8ccb

Please sign in to comment.