We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e7964 commit 74281b7Copy full SHA for 74281b7
src/sagemaker/algorithm.py
@@ -71,8 +71,7 @@ def __init__(
71
access training data and model artifacts. After the endpoint
72
is created, the inference code might use the IAM role, if it
73
needs to access an AWS resource.
74
- instance_count (int): Number of Amazon EC2 instances to
75
- use for training.
+ instance_count (int): Number of Amazon EC2 instances to use for training.
76
instance_type (str): Type of EC2 instance to use for training, for example, 'ml.c4.xlarge'.
77
volume_size (int): Size in GB of the EBS volume to use for
78
storing input data during training (default: 30). Must be large enough to store
0 commit comments