Skip to content

Commit

Permalink
undocumented params
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
  • Loading branch information
kukushking committed Feb 20, 2024
1 parent 62e8e47 commit 9be271c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/sagemaker/sagemaker-studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ This module handles the deployment of the following resources:

## Inputs and outputs:
### Required inputs:
- `VPC_ID`
- `subnet_ids`
- `vpc_id` - the VPC id that the SageMaker Studio Domain will be created in
- `subnet_ids` - the subnets that the SageMaker Studio Domai will be created in
### Optional Inputs:
- `studio_domain_name`
- `studio_bucket_name`
- `studio_domain_name` - name of the SageMaker Studio Domain
- `studio_bucket_name` - name of the bucket used by studio
- `app_image_config_name` - custom kernel app config name
- `image_name` - custom kernel image name
- `data_science_users` - a list of data science user names to create
Expand All @@ -54,9 +54,9 @@ This module handles the deployment of the following resources:
- `StudioDomainId` - the Id of the domain created by Sagemaker Studio
- `StudioBucketName` - the Bucket (or prefix) given access to Sagemaker Studio
- `StudioDomainEFSId` - the EFS created by Sagemaker Studio
- `DataScientistRoleArn`
- `LeadDataScientistRoleArn`
- `SageMakerExecutionRoleArn`
- `DataScientistRoleArn` - ARN of the Data Scientist IAM role
- `LeadDataScientistRoleArn` - ARN of the Lead Data Scientist IAM role
- `SageMakerExecutionRoleArn` - ARN of the SageMaker execution IAM role

### Example Output:
```yaml
Expand Down

0 comments on commit 9be271c

Please sign in to comment.