File tree
216 files changed
+11636
-45684
lines changed- apis/v1alpha1
- cmd/controller
- config/crd/bases
- helm/crds
- pkg
- common
- resource
- app
- data_quality_job_definition
- domain
- endpoint
- endpoint_config
- feature_group
- hyper_parameter_tuning_job
- inference_component
- model
- model_bias_job_definition
- model_explainability_job_definition
- testdata
- sdkapi
- create
- describe
- v1alpha1
- create
- desired
- observed
- delete/observed
- readone
- desired
- observed
- update
- desired
- observed
- model_package
- model_package_group
- model_quality_job_definition
- monitoring_schedule
- notebook_instance
- notebook_instance_lifecycle_config
- pipeline
- pipeline_execution
- processing_job
- training_job
- transform_job
- user_profile
- testutil
- templates
- app
- hyper_parameter_tuning_job
- inference_component
- model_package
- notebook_instance
- pipeline_execution
- processing_job
- training_job
- transform_job
- test/mocks/aws-sdk-go/sagemaker
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
216 files changed
+11636
-45684
lines changedDiff for: Makefile
+14-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
| 32 | + | |
| 33 | + | |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
| 35 | + | |
| 36 | + | |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
|
Diff for: apis/v1alpha1/domain.go
+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: apis/v1alpha1/enums.go
+1,919-1,360
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: apis/v1alpha1/feature_group.go
+7-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: apis/v1alpha1/generator.yaml
+7-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
561 |
| - | |
| 561 | + | |
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
565 |
| - | |
| 565 | + | |
566 | 566 |
| |
567 | 567 |
| |
568 | 568 |
| |
| |||
1073 | 1073 |
| |
1074 | 1074 |
| |
1075 | 1075 |
| |
| 1076 | + | |
1076 | 1077 |
| |
1077 | 1078 |
| |
1078 | 1079 |
| |
| |||
1082 | 1083 |
| |
1083 | 1084 |
| |
1084 | 1085 |
| |
| 1086 | + | |
1085 | 1087 |
| |
1086 | 1088 |
| |
1087 | 1089 |
| |
| |||
1093 | 1095 |
| |
1094 | 1096 |
| |
1095 | 1097 |
| |
| 1098 | + | |
1096 | 1099 |
| |
1097 | 1100 |
| |
| 1101 | + | |
1098 | 1102 |
| |
1099 | 1103 |
| |
1100 | 1104 |
| |
|
Diff for: apis/v1alpha1/inference_component.go
+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: apis/v1alpha1/model_package.go
+20-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: apis/v1alpha1/notebook_instance.go
+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: apis/v1alpha1/training_job.go
+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: apis/v1alpha1/transform_job.go
+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments