File tree Expand file tree Collapse file tree 3 files changed +54
-2
lines changed Expand file tree Collapse file tree 3 files changed +54
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ CHANGELOG
14
14
* feature: Local Mode: Add support for intermediate output to a local directory.
15
15
* bug-fix: Update PyYAML version to avoid conflicts with docker-compose
16
16
* doc-fix: Correct the numbered list in the table of contents
17
+ * doc-fix: Add Airflow API documentation
17
18
18
19
1.16.1.post1
19
20
============
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ Reinforcement Learning
44
44
A managed environment for Reinforcement Learning training and hosting on Amazon SageMaker
45
45
46
46
.. toctree ::
47
- :maxdepth: 2
47
+ :maxdepth: 2
48
48
49
- sagemaker.rl
49
+ sagemaker.rl
50
50
51
51
SageMaker First-Party Algorithms
52
52
--------------------------------
@@ -62,3 +62,12 @@ Amazon provides implementations of some common machine learning algortithms opti
62
62
factorization_machines
63
63
lda
64
64
ntm
65
+
66
+ Workflows
67
+ ---------
68
+ SageMaker APIs to export configurations for creating and managing Airflow workflows.
69
+
70
+ .. toctree ::
71
+ :maxdepth: 2
72
+
73
+ sagemaker.workflow.airflow
Original file line number Diff line number Diff line change
1
+ Airflow
2
+ =======
3
+
4
+ training_config
5
+ ---------------
6
+
7
+ .. autofunction :: sagemaker.workflow.airflow.training_config
8
+
9
+ tuning_config
10
+ -------------
11
+
12
+ .. autofunction :: sagemaker.workflow.airflow.tuning_config
13
+
14
+ model_config
15
+ ------------
16
+
17
+ .. autofunction :: sagemaker.workflow.airflow.model_config
18
+
19
+ model_config_from_estimator
20
+ ---------------------------
21
+
22
+ .. autofunction :: sagemaker.workflow.airflow.model_config_from_estimator
23
+
24
+ transform_config
25
+ ----------------
26
+
27
+ .. autofunction :: sagemaker.workflow.airflow.transform_config
28
+
29
+ transform_config_from_estimator
30
+ -------------------------------
31
+
32
+ .. autofunction :: sagemaker.workflow.airflow.transform_config_from_estimator
33
+
34
+ deploy_config
35
+ -------------
36
+
37
+ .. autofunction :: sagemaker.workflow.airflow.deploy_config
38
+
39
+ deploy_config_from_estimator
40
+ ----------------
41
+
42
+ .. autofunction :: sagemaker.workflow.airflow.deploy_config_from_estimator
You can’t perform that action at this time.
0 commit comments