Skip to content
Merged
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
18 changes: 18 additions & 0 deletions sagemaker-pipelines/step-decorator/bedrock-examples/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
SchemaVersion: '1.0'
SageMaker:
PythonSDK:
Modules:
RemoteFunction:
# role arn is not required if in SageMaker Notebook instance or SageMaker Studio
# Uncomment the following line and replace with the right execution role if in a local IDE
# RoleArn: <replace the role arn here>
InstanceType: ml.c5.2xlarge
Dependencies: ./requirements.txt
IncludeLocalWorkDir: true
CustomFileFilter:
IgnoreNamePatterns: # files or directories to ignore
- "*.ipynb" # all notebook files

Pipeline:
RoleArn: 'arn:aws:iam::095351214964:role/service-role/AmazonSageMaker-ExecutionRole-20200130T133110'

Loading