Skip to content

Instantly share code, notes, and snippets.

@findtharun
Created May 29, 2020 16:05
Show Gist options
  • Save findtharun/0da62df84022ea731f5fb460ebd7dc66 to your computer and use it in GitHub Desktop.
Save findtharun/0da62df84022ea731f5fb460ebd7dc66 to your computer and use it in GitHub Desktop.
{
"inputContentType": "CSV",
"outputContentType": "CSV",
"input": [
{
"name": "sepal.length",
"type": "DECIMAL"
},
{
"name": "sepal.width",
"type": "DECIMAL"
},
{
"name": "petal.length",
"type": "DECIMAL"
},
{
"name": "petal.width",
"type": "DECIMAL"
}
],
"output":[
{
"name": "variety",
"type": "DECIMAL"
}
],
"description": "Use ml.m4.xlarge instance for small datasets, and ml.m4.4xlarge for datasets over 10 GB",
"version": "1.0",
"instanceCount": 1,
"instanceTypes": [
"ml.m4.xlarge",
"ml.m4.4xlarge"
],
"defaultInstanceType": "ml.m4.xlarge"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment