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 6175087 commit 4c9b2d0Copy full SHA for 4c9b2d0
src/sagemaker/jumpstart/curated_hub/constants.py
src/sagemaker/jumpstart/curated_hub/curated_hub.py
@@ -10,13 +10,11 @@
10
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
# ANY KIND, either express or implied. See the License for the specific
12
# language governing permissions and limitations under the License.
13
+"""This module provides the JumpStart Curated Hub class."""
14
from typing import Optional, Dict, Any
15
16
from sagemaker.session import Session
17
-from sagemaker.jumpstart.curated_hub.constants import DEFAULT_CLIENT_CONFIG
18
-
19
20
class CuratedHub:
21
"""Class for creating and managing a curated JumpStart hub"""
22
0 commit comments