Skip to content

Commit 1ed8d5c

Browse files
documentation: fix links for sagemaker.inputs
1 parent 47743cc commit 1ed8d5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/api/utility/inputs.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Inputs
55
:members:
66
:undoc-members:
77
:show-inheritance:
8-
:noindex:
98

109
.. automodule:: sagemaker.dataset_definition.inputs
1110
:members:

src/sagemaker/inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __init__(self, seed):
127127
class CreateModelInput(object):
128128
"""A class containing parameters which can be used to create a SageMaker Model
129129
130-
Attributes:
130+
Parameters:
131131
instance_type (str): type or EC2 instance will be used for model deployment.
132132
accelerator_type (str): elastic inference accelerator type.
133133
"""

0 commit comments

Comments
 (0)