Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sagemaker-core/src/sagemaker/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@

# Note: HyperparameterTuner and WarmStartTypes are in sagemaker.train.tuner
# They are not re-exported from core to avoid circular dependencies
# No-op line to trigger CI for a Codecov config verification (DO NOT MERGE).
1 change: 1 addition & 0 deletions sagemaker-mlops/src/sagemaker/mlops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@
"ModelBuilder",
"workflow", # Submodule
]
# No-op line to trigger CI for a Codecov config verification (DO NOT MERGE).
1 change: 1 addition & 0 deletions sagemaker-serve/src/sagemaker/serve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@
"WorkloadValidationError",
"start_benchmark",
]
# No-op line to trigger CI for a Codecov config verification (DO NOT MERGE).
1 change: 1 addition & 0 deletions sagemaker-train/src/sagemaker/train/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,4 @@ def __getattr__(name):
from sagemaker.core.training.configs import HyperPodCompute
return HyperPodCompute
raise AttributeError(f"module '{__name__}' has no attribute '{name}'")
# No-op line to trigger CI for a Codecov config verification (DO NOT MERGE).
Loading