Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Adding proto definitions for supporting SageMaker TrainingJob (built-in algorithms) and HyperparameterTuningJob #66

Merged
merged 69 commits into from
Jul 30, 2020
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
91fbe22
adding sagemaker proto
bnsblue May 29, 2020
1b20f7b
all settings consistent with other proto files
bnsblue May 29, 2020
cfa31cc
adding sagemaker submodule and doing the corresponding change in proto
bnsblue May 29, 2020
47e8db2
correcting parent package for sagemaker proto
bnsblue May 30, 2020
1e676ed
separate sagemaker related messages into multiple files
bnsblue May 30, 2020
56d3adb
cleaning hpojob protos. update protocgenerator image to a master image
bnsblue Jun 2, 2020
537a839
bump version
bnsblue Jun 2, 2020
9accce6
refactoring field names to conform with the style of other task types
bnsblue Jun 3, 2020
35d6770
generate protos and bump beta version
bnsblue Jun 3, 2020
cae7b97
rename a variable to avoid variable shadowing
bnsblue Jun 3, 2020
dc5f7de
fix the types of two fields in message IntegerParameterRange
bnsblue Jun 4, 2020
bd58f82
refactor sagemaker messages and filenames
bnsblue Jun 19, 2020
ec2485a
bump version to 0.17.33b4
bnsblue Jun 19, 2020
2755fee
changing type of volume_size_in_gb from string to int64
bnsblue Jun 24, 2020
70a213e
bump version
bnsblue Jun 24, 2020
8781e5d
resolving conflicts
bnsblue Jun 24, 2020
d3e76c8
properly versioning: bumping minor version
bnsblue Jun 25, 2020
a804621
update strategy
bnsblue Jun 25, 2020
b560a57
bump version
bnsblue Jun 25, 2020
52a7d59
merge and resolve conflict and bump version
bnsblue Jul 21, 2020
e3044c9
add a message for custom field of hpo job
bnsblue Jul 21, 2020
ab260a4
make generate
bnsblue Jul 21, 2020
80a4cd4
rename a field in hpojobcustom message
bnsblue Jul 22, 2020
ab18033
rename field
bnsblue Jul 22, 2020
8954422
Revert "rename field"
bnsblue Jul 23, 2020
68f1eb8
reverting the hpojobcustom changes
bnsblue Jul 23, 2020
75e8734
Revert "make generate"
bnsblue Jul 23, 2020
c97422f
Revert "add a message for custom field of hpo job"
bnsblue Jul 23, 2020
dd0bc78
rename sagemaker proto files and regenerate
bnsblue Jul 23, 2020
c2dbcbb
newly generated files
bnsblue Jul 23, 2020
aacf647
Remove java
EngHabu Jul 23, 2020
cccfb4e
Fix casing
EngHabu Jul 24, 2020
204ce1c
Merge branch 'sagemaker-proto' of github.com:lyft/flyteidl into sagem…
EngHabu Jul 24, 2020
dcafb9d
renaming file names back to names with '_' in it
bnsblue Jul 24, 2020
10c2e6d
Merge branch 'sagemaker-proto' of github.com:lyft/flyteidl into sagem…
bnsblue Jul 24, 2020
68d0831
delete java
EngHabu Jul 24, 2020
2c7f16e
Regenerate
EngHabu Jul 24, 2020
538b9a6
rename hpo to hyperparameter tuning; add thorough comments; regenerate
bnsblue Jul 24, 2020
793ac60
rename hpo_job.proto to hyperparameter_tuning_job.proto
bnsblue Jul 24, 2020
8caba61
generate with the renamed proto
bnsblue Jul 24, 2020
54c7688
revert to using beta version when review is still pending
bnsblue Jul 24, 2020
e20c6a8
check in refactored proto to make sure enums are wrapped inside a ded…
bnsblue Jul 25, 2020
dcbf72a
make generate
bnsblue Jul 25, 2020
266a846
add detailed comments and references
bnsblue Jul 25, 2020
218c93b
make generate
bnsblue Jul 25, 2020
a5ca171
bump version
bnsblue Jul 25, 2020
1f8e64f
enhance the comment
bnsblue Jul 27, 2020
cc6adcf
use google.protobuf.Duration for stopping conditions
bnsblue Jul 27, 2020
7fa3604
make generate
bnsblue Jul 27, 2020
655698d
bump version
bnsblue Jul 27, 2020
85820d4
removing interruptible and stopping condition for now. Need a plan fo…
bnsblue Jul 27, 2020
0b63bfc
make generate
bnsblue Jul 27, 2020
7bcc7ee
bump version
bnsblue Jul 27, 2020
203ecd8
move metric definition to top level
bnsblue Jul 27, 2020
eb6d27f
make generate
bnsblue Jul 27, 2020
1a3a4cb
version
bnsblue Jul 27, 2020
5aef14f
rename a field
bnsblue Jul 27, 2020
a92a2a2
adding input file type
bnsblue Jul 29, 2020
dc1abbb
adding input file type message
bnsblue Jul 29, 2020
f67167d
complete doc
bnsblue Jul 29, 2020
da06137
make generate and bump version
bnsblue Jul 29, 2020
c4cbb37
formal release of the minor version
bnsblue Jul 29, 2020
f123464
doc
bnsblue Jul 29, 2020
ceb1df8
fix the type of input_file_type field
bnsblue Jul 29, 2020
12655b9
make generate
bnsblue Jul 29, 2020
88e7570
fix comments
bnsblue Jul 29, 2020
d2d3b4e
make generate
bnsblue Jul 29, 2020
8c5e60c
fix a comment and rename a type to better reflect what it really is
bnsblue Jul 30, 2020
368e1e4
remove libsvm content type
bnsblue Jul 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions gen/pb-cpp/flyteidl/plugins/sagemaker/hpojob.grpc.pb.cc

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

49 changes: 49 additions & 0 deletions gen/pb-cpp/flyteidl/plugins/sagemaker/hpojob.grpc.pb.h

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

Loading