Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 (#215)
- Bump k8s.io/client-go from 0.18.19 to 0.20.0
Bumps k8s.io/client-go from 0.18.19 to 0.20.0.
updated-dependencies:
- dependency-name: k8s.io/client-go dependency-type: direct:production …
Signed-off-by: dependabot[bot] support@github.com
Changing one go mod version
Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1
Bumps github.com/prometheus/client_golang from 1.7.1 to 1.11.1.
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang dependency-type: indirect …
Signed-off-by: dependabot[bot] support@github.com
- Adding smlogs gomod
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ananth102 abashyam@amazon.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Amazon SageMaker Operators for Kubernetes
Introduction
Amazon SageMaker Operators for Kubernetes are operators that can be used to train machine learning models, optimize hyperparameters for a given model, run batch transform jobs over existing models, and set up inference endpoints. With these operators, users can manage their jobs in Amazon SageMaker from their Kubernetes cluster in Amazon Elastic Kubernetes Service EKS.
Migrate resources to the new SageMaker Operators for Kubernetes
Usage
First, you must install the operators. After installation is complete, create a TrainingJob YAML specification by following one of the samples, like samples/xgboost-mnist-trainingjob.yaml. Then, use
kubectlto create and monitor the progress of your job:Once the job starts training, you can use a
kubectlplugin to stream training logs:The Amazon SageMaker Operators for Kubernetes enable management of SageMaker TrainingJobs, HyperParameterTuningJobs, BatchTransformJobs and HostingDeployments (Endpoints). Create and monitor them using the same
kubectltool as above.To install the operators onto your Kubernetes cluster, follow our User Guide.
YAML Examples
To make a YAML spec, follow one of the below examples as a guide. Replace values like RoleARN, S3 input buckets and S3 output buckets with values that correspond to your account.
Releases
Amazon SageMaker Operator for Kubernetes adheres to the SemVer specification. Each release updates the major version tag (eg.
vX), a major/minor version tag (eg.vX.Y) and a major/minor/patch version tag (eg.vX.Y.Z), as well as new versions of thesmlogsbinary with URLs of the same versioning formats. To see a full list of all releases, refer to our Github releases page.We also maintain a
latesttag, which is updated to stay in line with themasterbranch. We do not recommend installing this on any production cluster, as any new major versions updated on themasterbranch will introduce breaking changes.Contributing
amazon-sagemaker-operator-for-k8sis an open source project. See CONTRIBUTING for details.License
This project is distributed under the Apache License, Version 2.0, see LICENSE and NOTICE for more information.