File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,8 @@ def __init__(
71
71
access training data and model artifacts. After the endpoint
72
72
is created, the inference code might use the IAM role, if it
73
73
needs to access an AWS resource.
74
- 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'.
74
+ instance_count (int): Number of Amazon EC2 instances to use for training.
75
+ instance_type (str): Type of EC2 instance to use for training, for example, 'ml.c4.xlarge'.
77
76
volume_size (int): Size in GB of the EBS volume to use for
78
77
storing input data during training (default: 30). Must be large enough to store
79
78
training data if File Mode is used (which is the default).
You can’t perform that action at this time.
0 commit comments