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 4c9b2d0 commit 63345eaCopy full SHA for 63345ea
src/sagemaker/jumpstart/curated_hub/curated_hub.py
@@ -11,10 +11,13 @@
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 __future__ import absolute_import
15
+
16
from typing import Optional, Dict, Any
17
18
from sagemaker.session import Session
19
20
21
class CuratedHub:
22
"""Class for creating and managing a curated JumpStart hub"""
23
0 commit comments