You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JumpStart for the SageMaker Python SDK uses model IDs and model versions to access the necessary
152
-
utilities. This table serves to provide the core material plus some extra information that can be useful
153
-
in selecting the correct model ID and corresponding parameters.\n"""
151
+
The SageMaker Python SDK uses model IDs and model versions to access the necessary
152
+
utilities for pre-trained models. This table serves to provide the core material plus
153
+
some extra information that can be useful in selecting the correct model ID and
154
+
corresponding parameters.\n"""
154
155
)
155
156
file_content.append(
156
157
"""
157
158
If you want to automatically use the latest version of the model, use "*" for the `model_version` attribute.
158
159
We highly suggest pinning an exact model version however.\n"""
159
160
)
161
+
file_content.append(
162
+
"""
163
+
These models are also available through the `JumpStart UI in SageMaker Studio <https://docs.aws.amazon.com/sagemaker/latest/dg/studio-jumpstart.html>`__\n"""
164
+
)
160
165
file_content.append("\n")
161
166
file_content.append(".. list-table:: Available Models\n")
0 commit comments