You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/index.rst
+30-13Lines changed: 30 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,22 @@
1
+
###########################
1
2
Amazon SageMaker Python SDK
2
-
===========================
3
+
###########################
3
4
Amazon SageMaker Python SDK is an open source library for training and deploying machine-learned models on Amazon SageMaker.
4
5
5
6
With the SDK, you can train and deploy models using popular deep learning frameworks, algorithms provided by Amazon, or your own algorithms built into SageMaker-compatible Docker images.
6
7
7
-
Here you'll find API docs for SageMaker Python SDK. The project homepage is in Github: https://github.com/aws/sagemaker-python-sdk, where you can find the SDK source, installation instructions and a general overview of the library.
8
+
Here you'll find an overview and API documentation for SageMaker Python SDK. The project homepage is in Github: https://github.com/aws/sagemaker-python-sdk, where you can find the SDK source and installation instructions for the library.
8
9
10
+
********
9
11
Overview
10
-
--------
11
-
The SageMaker Python SDK consists of a few primary interfaces:
12
+
********
13
+
14
+
.. toctree::
15
+
:maxdepth:2
16
+
17
+
overview
18
+
19
+
The SageMaker Python SDK consists of a few primary classes:
12
20
13
21
.. toctree::
14
22
:maxdepth:2
@@ -22,8 +30,9 @@ The SageMaker Python SDK consists of a few primary interfaces:
22
30
session
23
31
analytics
24
32
33
+
*****
25
34
MXNet
26
-
-----
35
+
*****
27
36
A managed environment for MXNet training and hosting on Amazon SageMaker
28
37
29
38
.. toctree::
@@ -36,62 +45,69 @@ A managed environment for MXNet training and hosting on Amazon SageMaker
36
45
37
46
sagemaker.mxnet
38
47
48
+
**********
39
49
TensorFlow
40
-
----------
50
+
**********
41
51
A managed environment for TensorFlow training and hosting on Amazon SageMaker
42
52
43
53
.. toctree::
44
54
:maxdepth:2
45
55
46
56
sagemaker.tensorflow
47
57
58
+
************
48
59
Scikit-Learn
49
-
------------
60
+
************
50
61
A managed enrionment for Scikit-learn training and hosting on Amazon SageMaker
51
62
52
63
.. toctree::
53
64
:maxdepth:2
54
65
55
66
sagemaker.sklearn
56
67
68
+
*******
57
69
PyTorch
58
-
-------
70
+
*******
59
71
A managed environment for PyTorch training and hosting on Amazon SageMaker
60
72
61
73
.. toctree::
62
74
:maxdepth:2
63
75
64
76
sagemaker.pytorch
65
77
78
+
*******
66
79
Chainer
67
-
-------
80
+
*******
68
81
A managed environment for Chainer training and hosting on Amazon SageMaker
69
82
70
83
.. toctree::
71
84
:maxdepth:2
72
85
73
86
sagemaker.chainer
74
87
88
+
**********************
75
89
Reinforcement Learning
76
-
----------------------
90
+
**********************
77
91
A managed environment for Reinforcement Learning training and hosting on Amazon SageMaker
78
92
79
93
.. toctree::
80
94
:maxdepth:2
81
95
82
96
sagemaker.rl
83
97
98
+
***************
84
99
SparkML Serving
85
-
---------------
100
+
***************
86
101
A managed environment for SparkML hosting on Amazon SageMaker
87
102
88
103
.. toctree::
89
104
:maxdepth:2
90
105
91
106
sagemaker.sparkml
92
107
108
+
********************************
93
109
SageMaker First-Party Algorithms
94
-
--------------------------------
110
+
********************************
95
111
Amazon provides implementations of some common machine learning algortithms optimized for GPU architecture and massive datasets.
96
112
97
113
.. toctree::
@@ -109,8 +125,9 @@ Amazon provides implementations of some common machine learning algortithms opti
109
125
pca
110
126
randomcutforest
111
127
128
+
*********
112
129
Workflows
113
-
---------
130
+
*********
114
131
SageMaker APIs to export configurations for creating and managing Airflow workflows.
0 commit comments