bentoml / bentoctl

Fast model deployment on any cloud 🚀
https://bentoml.com
Other
175 stars 30 forks source link

Remove metadata #107

Closed jjmachan closed 2 years ago

jjmachan commented 2 years ago

Old format

api_version: v1
metadata:
  name: sagemaker-no-data-caputre
  operator: aws-sagemaker
  template_type: terraform
spec:
  region: ap-south-1
  instance_type: ml.t2.medium
  initial_instance_count: 1
  timeout: 60

New format

api_version: v1
name: sagemaker-no-data-caputre
operator: aws-sagemaker
template_type: terraform
spec:
  region: ap-south-1
  instance_type: ml.t2.medium
  initial_instance_count: 1
  timeout: 60