File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.25.2 (2021-02-25)
4
+
5
+ ### Bug Fixes and Other Changes
6
+
7
+ * Use the output path to store the Clarify config file
8
+ * feature group should ignore nan values
9
+ * ignore failing smdataparallel test
10
+ * Add tests for Training job & Transform job in visualizer
11
+ * visualizer for pipeline processing job steps
12
+
13
+ ### Documentation Changes
14
+
15
+ * update doc for Elastic Inference MXNet 1.7.0
16
+
3
17
## v2.25.1 (2021-02-20)
4
18
5
19
### Bug Fixes and Other Changes
Original file line number Diff line number Diff line change 1
- 2.25.2 .dev0
1
+ 2.25.3 .dev0
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ def create(
186
186
return super (Action , cls )._construct (
187
187
cls ._boto_create_method ,
188
188
action_name = action_name ,
189
- source = _api_types .ContextSource (source_uri = source_uri , source_type = source_type ),
189
+ source = _api_types .ActionSource (source_uri = source_uri , source_type = source_type ),
190
190
action_type = action_type ,
191
191
description = description ,
192
192
status = status ,
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ def create(
258
258
return super (Artifact , cls )._construct (
259
259
cls ._boto_create_method ,
260
260
artifact_name = artifact_name ,
261
- source = _api_types .ContextSource (source_uri = source_uri , source_types = source_types ),
261
+ source = _api_types .ArtifactSource (source_uri = source_uri , source_types = source_types ),
262
262
artifact_type = artifact_type ,
263
263
properties = properties ,
264
264
tags = tags ,
You can’t perform that action at this time.
0 commit comments