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 47743cc commit 1ed8d5cCopy full SHA for 1ed8d5c
doc/api/utility/inputs.rst
@@ -5,7 +5,6 @@ Inputs
5
:members:
6
:undoc-members:
7
:show-inheritance:
8
- :noindex:
9
10
.. automodule:: sagemaker.dataset_definition.inputs
11
src/sagemaker/inputs.py
@@ -127,7 +127,7 @@ def __init__(self, seed):
127
class CreateModelInput(object):
128
"""A class containing parameters which can be used to create a SageMaker Model
129
130
- Attributes:
+ Parameters:
131
instance_type (str): type or EC2 instance will be used for model deployment.
132
accelerator_type (str): elastic inference accelerator type.
133
"""
0 commit comments