Skip to content

Commit

Permalink
chore: Rename sagemaker-templates module (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: fotinosk <[email protected]>
Co-authored-by: Viktor Malesevic <[email protected]>
Co-authored-by: kukushking <[email protected]>
  • Loading branch information
4 people authored Mar 7, 2024
1 parent 64fe4ed commit 7b7eea3
Show file tree
Hide file tree
Showing 81 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### **Added**

- added `sagemaker-templates` module with `multi_account_basic` project template
- added `sagemaker-templates-service-catalog` module with `multi_account_basic` project template
- bump cdk & ecr deployment version to fix deprecated custom resource runtimes issue in `mlflow-image`
- added `sagemaker-jumpstart-fm-endpoint` module
- added RDS persistence layer to MLFlow modules
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ All modules in this repository adhere to the module structure defined in the the
|---------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SageMaker Studio Module](modules/sagemaker/sagemaker-studio/README.md) | Provisions secure SageMaker Studio Domain environment, creates example User Profiles for Data Scientist and Lead Data Scientist linked to IAM Roles, and adds lifecycle config |
| [SageMaker Endpoint Module](modules/sagemaker/sagemaker-endpoint/README.md) | Creates SageMaker real-time inference endpoint for the specified model package or latest approved model from the model package group |
| [SageMaker Project Templates Module](modules/sagemaker/sagemaker-templates/README.md) | Provisions SageMaker Project Templates for an organization. The templates are available using SageMaker Studio Classic or Service Catalog |
| [SageMaker Project Templates in Service Catalog Module](modules/sagemaker/sagemaker-templates-service-catalog/README.md) | Provisions SageMaker Project Templates for an organization. The templates are available using SageMaker Studio Classic or Service Catalog |
| [SageMaker Notebook Instance Module](modules/sagemaker/sagemaker-notebook/README.md) | Creates secure SageMaker Notebook Instance for the Data Scientist, clones the source code to the workspace |

### Mlflow Modules
Expand Down
4 changes: 2 additions & 2 deletions manifests/sagemaker-templates-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: templates
path: modules/sagemaker/sagemaker-templates
name: service-catalog
path: modules/sagemaker/sagemaker-templates-service-catalog
targetAccount: primary
parameters:
- name: portfolio-access-role-arn
Expand Down

0 comments on commit 7b7eea3

Please sign in to comment.