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 d908a14 commit 20cc719Copy full SHA for 20cc719
src/sagemaker/model.py
@@ -399,7 +399,7 @@ def deploy(
399
initial_instance_count (int): The initial number of instances to run
400
in the ``Endpoint`` created from this ``Model``.
401
instance_type (str): The EC2 instance type to deploy this Model to.
402
- For example, 'ml.p2.xlarge'.
+ For example, 'ml.p2.xlarge', or 'local' for local mode.
403
accelerator_type (str): Type of Elastic Inference accelerator to
404
deploy this model for model loading and inference, for example,
405
'ml.eia1.medium'. If not specified, no Elastic Inference
0 commit comments