Commit Graph

12 Commits

Author SHA1 Message Date
ananth102 09d5151542
chore(components): Update Sagemaker sample to use v2 Hosting components (#9398)
* Update mnist sample with Hosting

* updated sample with new directory

* Updating sample to use output rather than after

* Address comments
2023-05-12 22:27:28 +00:00
ryansteakley 4c097171c1
chore(components): Add sample for blended pipeline using v1 and v2 AWS Sagemaker components (#8284)
* blended pipeline

* add sample to samples folder

* update pinned version of TrainingJob

* update samples instructions

* update bucket and sagemaker role sections

* update broken link and fix indentation:
2022-11-01 23:55:45 +00:00
ryansteakley cc8e3fdec1
chore: add missing imports for aws samples data scripts (#7877)
* update source for input data

* add imports for samples

* use aws legal approved s3 buckets

* change bucket in pipeline input
2022-07-07 22:33:51 +00:00
Suraj Kota 6860681122
feat(components): [AWS SageMaker] Minimize inputs for mnist classification pipeline (#4192)
* minimize parameters and bug fixes

* endpoint_name variable fix

* only add necessary inputs

* remove run_time

* trim down v2

* Update example with S3 bucket as runtime input

* nit fix

* fix variable names
2020-07-17 13:30:50 -07:00
Nicholas Thomson 7619a01546
[AWS SageMaker] Processing job sample (#4009)
* Added preprocessing step to sample pipeline

* Add processing to components README

* Remove unused import

* Add data set prerequisite to training component

* Remove simple HPO pipeline

* Update MNIST header in README

* Remove simple HPO sample integration test

* Empty commit to trigger google bot
2020-06-30 16:28:06 -07:00
Kartik Kalamadi d18ad7a563
AWS SageMaker : Use IAM Roles for Service Account (#3719)
* don't use aws-secret and update readme for sample pipelines

* Addressed comments on PR and few more readme changes

* small changes to readme

* nit change

* Address comments
2020-05-21 10:36:14 -07:00
Nicholas Thomson bd8c1ddd38
[AWS SageMaker] Specify component input types (#3683)
* Replace all string types with Python types

* Update HPO yaml

* Update Batch YAML

* Update Deploy YAML

* Update GroundTruth YAML

* Update Model YAML

* Update Train YAML

* Update WorkTeam YAML

* Updated samples to remove strings

* Update to temporary image

* Remove unnecessary imports

* Update image to newer image

* Update components to python3

* Update bool parser type

* Remove empty ContentType in samples

* Update to temporary image

* Update to version 0.3.1

* Update deploy to login

* Update deploy load config path

* Fix export environment variable in deploy

* Fix env name

* Update deploy reflow env paths

* Add debug config line

* Use username and password directly

* Updated to 0.3.1

* Update field types to JsonObject and JsonArray
2020-05-11 22:06:21 -07:00
Kartik Kalamadi 0259fe50b3
AWS Sagemaker : Use json.dumps() to better organize the input and remove data_locations (#3518)
* construct channel input using json.dumps()

* remover data_location parameters

* add changelog

* Update version in license file and small changes to readme
2020-04-23 12:14:07 -07:00
Redback 2fe8c0de61 [Component] Add VPC Interface Endpoint Support for SageMaker (#2299)
* Added Private Link Components

* Updated Component Dockerfile

* Added endpoint_url to Samples
2019-10-03 18:11:56 -07:00
Redback 12dde375b8 [Component] Add Managed Spot Training Support for SageMaker (#2219)
* Added Spot Instance Support

* Fixed missing output configuration

* Added spot instance support to example pipelines

* Updated image to new repository
2019-10-03 12:11:56 -07:00
carolynwang 351f4562a4 Refactor to match new samples folder structure (#1741) 2019-08-06 01:23:56 -07:00
Ning e8a6feb229
Restructure samples (#1710)
* restructure samples
* update apiserver and sample test for the new location
2019-08-01 17:31:37 -07:00