Skip to content

Commit 36ec761

Browse files
committed
merge latest, fix merge-conflicts
2 parents 7911a0a + d71880f commit 36ec761

File tree

180 files changed

+19352
-492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+19352
-492
lines changed

CHANGELOG.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,99 @@
11
# Changelog
22

3+
## v2.171.0 (2023-07-06)
4+
5+
### Features
6+
7+
* Add PipelineDefinitionConfig to pipelines to toggle custom job …
8+
9+
### Bug Fixes and Other Changes
10+
11+
* Upgrade DJL deepspeed versions
12+
* Remove unused dependency `protobuf3-to-dict`
13+
* skip intelligent volume_size allocation based on instance type if it is a pipeline parameter
14+
15+
## v2.170.0 (2023-07-05)
16+
17+
### Features
18+
19+
* Enable customizing artifact output path
20+
21+
### Bug Fixes and Other Changes
22+
23+
* Add il-central-1 support for all SM DLCs
24+
* jumpstart async inference config predictor support
25+
* Update CreateEdgePackagingJob resourceKey with type string
26+
27+
## v2.169.0 (2023-06-29)
28+
29+
### Features
30+
31+
* Add support for tags in to_pipeline API for feature processor
32+
* model registry integration to model cards to support model packages
33+
* SDK Defaults - DebugHookConfig defaults in TrainingJob API
34+
* Add segment config for Clarify
35+
36+
### Bug Fixes and Other Changes
37+
38+
* Neuronx image retrieval missing sdk information
39+
40+
### Documentation Changes
41+
42+
* Doc updates for SDK defaults - S3 Params, Env Variables, Disable Profiler, and DebugHookConfig
43+
44+
## v2.168.0 (2023-06-22)
45+
46+
### Features
47+
48+
* Support uncompressed model upload
49+
* Add optional monitoring_config_override parameter in suggest_baseline API
50+
* SDK defaults add disable profiler to createTrainingJob
51+
52+
### Bug Fixes and Other Changes
53+
54+
* Enable spark processing container in KIX
55+
* Fix key prefix preventing jumpstart model repack
56+
57+
## v2.167.0 (2023-06-21)
58+
59+
### Features
60+
61+
* add SageMaker FeatureStore feature processing
62+
63+
### Bug Fixes and Other Changes
64+
65+
* Chore/reset cache if js model not found
66+
67+
## v2.166.0 (2023-06-19)
68+
69+
### Features
70+
71+
* Add `inf2` support to `HuggingFaceModel`
72+
* adding resourcekey and tags for api in config for SDK defaults
73+
74+
### Bug Fixes and Other Changes
75+
76+
* Remove deprecated option.s3url in favor of option.model_id
77+
* Use sagemaker config keyword
78+
* SDK Defaults Config - Handle config injection for None Sessions
79+
* Fix HPO Grid Search comparison and name
80+
81+
## v2.165.0 (2023-06-13)
82+
83+
### Features
84+
85+
* Add support for Deployment Recommendation ID in model.deploy(). No tagging support
86+
87+
### Bug Fixes and Other Changes
88+
89+
* maketplace integs
90+
* Add tagging assert to inference recommender integ tests
91+
* breaking deviations in _create_sagemaker_model call
92+
93+
### Documentation Changes
94+
95+
* Add missing quotation mark
96+
397
## v2.164.0 (2023-06-08)
498

599
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.164.1.dev0
1+
2.171.1.dev0

doc/api/inference/model_monitor.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ Model Monitor
4141
:members:
4242
:undoc-members:
4343
:show-inheritance:
44+
45+
.. automodule:: sagemaker.model_monitor.data_quality_monitoring_config
46+
:members:
47+
:undoc-members:
48+
:show-inheritance:

0 commit comments

Comments
 (0)