Skip to content

Commit

Permalink
renamed DISTRIBUTION_UNKNOWN to DISTRIBUTION_UNSPECIFIED
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Mittal <[email protected]>
  • Loading branch information
shashank-iitbhu committed Sep 3, 2024
1 parent 0042dc6 commit f9e129f
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 103 deletions.
172 changes: 86 additions & 86 deletions pkg/apis/manager/v1beta1/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/manager/v1beta1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ enum ParameterType {
* Distribution types for HyperParameter.
*/
enum Distribution {
DISTRIBUTION_UNKNOWN = 0;
DISTRIBUTION_UNSPECIFIED = 0;
UNIFORM = 1;
LOG_UNIFORM = 2;
NORMAL = 3;
Expand Down
Loading

0 comments on commit f9e129f

Please sign in to comment.