apiVersion: sagemaker.aws.amazon.com/v1 kind: Model metadata: name: xgboost-model spec: primaryContainer: containerHostname: xgboost modelDataUrl: s3://{DATA_BUCKET}/batch-transform/xgboost-mnist/model.tar.gz image: 433757028032.dkr.ecr.us-west-2.amazonaws.com/xgboost:latest region: us-west-2 executionRoleArn: {ROLE_ARN} tags: - key: key value: value