Skip to content

Commit 35e7964

Browse files
author
Michael Boesl
committed
documentation: AlgorithmEstimator instance_type parameter is no longer hidden in instance_count documentation
1 parent bc05a58 commit 35e7964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/algorithm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def __init__(
7272
is created, the inference code might use the IAM role, if it
7373
needs to access an AWS resource.
7474
instance_count (int): Number of Amazon EC2 instances to
75-
use for training. instance_type (str): Type of EC2
76-
instance to use for training, for example, 'ml.c4.xlarge'.
75+
use for training.
76+
instance_type (str): Type of EC2 instance to use for training, for example, 'ml.c4.xlarge'.
7777
volume_size (int): Size in GB of the EBS volume to use for
7878
storing input data during training (default: 30). Must be large enough to store
7979
training data if File Mode is used (which is the default).

0 commit comments

Comments
 (0)