apiVersion: sagemaker.aws.amazon.com/v1 kind: BatchTransformJob metadata: name: xgboost-batch spec: region: us-west-2 modelName: xgboost-model transformInput: contentType: text/csv dataSource: s3DataSource: s3DataType: S3Prefix s3Uri: s3://sagemaker-sample-data-us-west-2/batch-transform/mnist-1000-samples transformOutput: s3OutputPath: s3://{DATA_BUCKET}/batch-model transformResources: instanceCount: 2 instanceType: ml.m4.xlarge tags: - key: test-key value: test-value