Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new resource: aws_sagemaker_data_quality_job_definition #30301

Merged
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
d2fd83b
first pass at data_quality_job_definition resource
bb-adsk Mar 7, 2023
3c527d3
adding full data quality job def api
bb-adsk Mar 10, 2023
2eab0a2
add model monitor data source
bb-adsk Mar 16, 2023
87c4f66
bug fixes
bb-adsk Mar 16, 2023
4eef786
add first data quality job definition test
bb-adsk Mar 16, 2023
1d30a30
add disappears test
bb-adsk Mar 17, 2023
13cf0e6
adding more to base test
bb-adsk Mar 17, 2023
cb58862
add appspc optional test
bb-adsk Mar 17, 2023
8746235
add baseline config test
bb-adsk Mar 17, 2023
b5db420
fixed a couple of bugs with csv field
bb-adsk Mar 17, 2023
f6b54d7
adding batch transform test
bb-adsk Mar 17, 2023
8b6ff11
fixing issues with transform job input
bb-adsk Mar 17, 2023
2e0b3a7
adding transform job tests
bb-adsk Mar 17, 2023
eabcd24
fixes to endpoint optional parameters
bb-adsk Mar 17, 2023
9d45d3d
adding endpoint optional test
bb-adsk Mar 17, 2023
b988e74
add outputconfig kmskeyid test
bb-adsk Mar 17, 2023
f6157a7
fix monitoring_outputs bug
bb-adsk Mar 17, 2023
387af00
add outconfig optional test
bb-adsk Mar 17, 2023
efa7903
adding job resources kms key test
bb-adsk Mar 18, 2023
6faeb6c
add stopping condition test
bb-adsk Mar 18, 2023
c6b4c9f
add tags test
bb-adsk Mar 18, 2023
0e1aacf
clean up tests
bb-adsk Mar 18, 2023
10352c5
test name cleanup
bb-adsk Mar 18, 2023
2c08d43
more test cleanup
bb-adsk Mar 18, 2023
d5cc8b2
adding network config tests
bb-adsk Mar 18, 2023
5b61d30
first pass at ading monitoring_schedule resource
bb-adsk Mar 21, 2023
0b073ed
add monitring schedule disappears test
bb-adsk Mar 21, 2023
fdfc3f4
adding monitoring schedule tags test
bb-adsk Mar 22, 2023
51ad83f
adding schedule_config
bb-adsk Mar 22, 2023
5a2e5ae
Merge branch 'main' into f-aws_sagemaker_model_monitoring_schedule
bb-adsk Mar 22, 2023
aca67fc
first pass at data quality job def docs
bb-adsk Mar 24, 2023
e19b607
fix data quality docs
bb-adsk Mar 24, 2023
898d2cb
add monitoring schedule docs
bb-adsk Mar 24, 2023
765544f
bug fix with monitoring schedule plans
bb-adsk Mar 28, 2023
d11e4d7
remove TODO list
bb-adsk Mar 28, 2023
e6914b1
code cleanup
bb-adsk Mar 28, 2023
6eb3eab
Merge branch 'main' into f-aws_sagemaker_model_monitoring_schedule
bb-adsk Mar 28, 2023
819a4fb
remove company test requirements
bb-adsk Mar 28, 2023
a547dc6
fix a "monitor" image tag issue
bb-adsk Mar 28, 2023
b2487f9
add changelog for PR
bb-adsk Mar 28, 2023
891884a
remove monitoring schedule from branch
bb-adsk Apr 7, 2023
4fed380
Merge branch 'main' into HEAD
ewbankkit Apr 11, 2023
3551c2f
r/aws_sagemaker_data_quality_job_definition: Fix acceptance test terr…
ewbankkit Apr 11, 2023
57e4f65
Fix semgrep 'ci.caps2-in-func-name'.
ewbankkit Apr 11, 2023
9ab42a1
Fix markdownlint 'MD032/blanks-around-lists Lists should be surrounde…
ewbankkit Apr 11, 2023
ae63249
r/aws_sagemaker_data_quality_job_definition: Fix documentation terraf…
ewbankkit Apr 11, 2023
c803f10
Fix semgrep 'ci.caps2-in-func-name'.
ewbankkit Apr 11, 2023
d0d1cee
Fix compilation errors.
ewbankkit Apr 11, 2023
370acd5
Correctly order CRUD handlers.
ewbankkit Apr 11, 2023
96294e3
r/aws_sagemaker_data_quality_job_definition: Transparent tagging.
ewbankkit Apr 11, 2023
239cb5f
r/aws_sagemaker_data_quality_job_definition: Fix acceptance test terr…
ewbankkit Apr 11, 2023
1104768
Fix semgrep 'ci.caps4-in-func-name'.
ewbankkit Apr 11, 2023
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
7 changes: 7 additions & 0 deletions .changelog/30301.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
aws_sagemaker_data_quality_job_definition
```

```release-note:enhancement
data-source/aws_sagemaker_prebuilt_ecr_image: Added sagemaker-model-monitor-analyzer images
```
Loading