File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class PropertiesMeta(type):
32
32
_primitive_types = {"string" , "boolean" , "integer" , "float" }
33
33
34
34
def __new__ (mcs , * args , ** kwargs ):
35
- """Loads up the shapes from the botocore sagemaker service model."""
35
+ """Loads up the shapes from the botocore service model."""
36
36
if len (mcs ._shapes_map .keys ()) == 0 :
37
37
loader = botocore .loaders .Loader ()
38
38
@@ -58,8 +58,8 @@ def __init__(
58
58
59
59
Args:
60
60
path (str): The parent path of the Properties instance.
61
- shape_name (str): The botocore sagemaker service model shape name.
62
- shape_names (str): A List of the botocore sagemaker service model shape name.
61
+ shape_name (str): The botocore service model shape name.
62
+ shape_names (str): A List of the botocore service model shape name.
63
63
"""
64
64
self ._path = path
65
65
shape_names = [] if shape_names is None else shape_names
You can’t perform that action at this time.
0 commit comments