File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,7 @@ def _retrieve_model_uri(
106
106
artifact S3 URI.
107
107
model_scope (str): The model type, i.e. what it is used for.
108
108
Valid values: "training" and "inference".
109
- instance_type (str): An instance type to optionally supply in order to get
110
- model artifacts specific for the instance type. (Default: None).
109
+ instance_type (str): The ML compute instance type for the specified scope. (Default: None).
111
110
region (str): Region for which to retrieve model S3 URI. (Default: None).
112
111
tolerate_vulnerable_model (bool): True if vulnerable versions of model
113
112
specifications should be tolerated (exception not raised). If False, raises an
Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ def retrieve(
45
45
the model artifact S3 URI.
46
46
model_scope (str): The model type.
47
47
Valid values: "training" and "inference".
48
- instance_type (str): An instance type to optionally supply in order to get
49
- model artifacts specific for the instance type. (Default: None).
48
+ instance_type (str): The ML compute instance type for the specified scope. (Default: None).
50
49
tolerate_vulnerable_model (bool): ``True`` if vulnerable versions of model
51
50
specifications should be tolerated without raising an exception. If ``False``, raises an
52
51
exception if the script used by this version of the model has dependencies with known
You can’t perform that action at this time.
0 commit comments