@@ -172,13 +172,10 @@ def __init__(
172
172
Must be large enough to store training data if File mode is
173
173
used, which is the default mode.
174
174
175
- When using an ML instance with the EBS-only storage option and
176
- without instance storage such as `NVMe SSD volumes
177
- <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html#nvme-ssd-volumes>`_,
178
- you must define the size of EBS
175
+ When you use an ML instance with the EBS-only storage option
176
+ such as ``ml.c5`` and ``ml.p2``,
177
+ you must define the size of the EBS
179
178
volume through the ``volume_size`` parameter in the estimator class.
180
- For example, ML instance families that use EBS volumes include
181
- ``ml.c5`` and ``ml.p2``.
182
179
183
180
.. note::
184
181
@@ -2277,13 +2274,10 @@ def __init__(
2277
2274
Must be large enough to store training data if File mode is
2278
2275
used, which is the default mode.
2279
2276
2280
- When using an ML instance with the EBS-only storage option and
2281
- without instance storage such as `NVMe SSD volumes
2282
- <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html#nvme-ssd-volumes>`_,
2283
- you must define the size of EBS
2277
+ When you use an ML instance with the EBS-only storage option
2278
+ such as ``ml.c5`` and ``ml.p2``,
2279
+ you must define the size of the EBS
2284
2280
volume through the ``volume_size`` parameter in the estimator class.
2285
- For example, ML instance families that use EBS volumes include
2286
- ``ml.c5`` and ``ml.p2``.
2287
2281
2288
2282
.. note::
2289
2283
0 commit comments