Skip to content

Instantly share code, notes, and snippets.

@juliensimon
Last active August 29, 2015 14:19
Show Gist options
  • Save juliensimon/1b3bad080dda5fba87c1 to your computer and use it in GitHub Desktop.
Save juliensimon/1b3bad080dda5fba87c1 to your computer and use it in GitHub Desktop.
aws cli ml model
✗ aws machinelearning describe-ml-models
{
"Results": [
{
"Status": "COMPLETED",
"SizeInBytes": 5821257,
"Name": "ML model: Data3.txt",
"TrainingParameters": {
"sgd.l2RegularizationAmount": "1e-6",
"sgd.maxMLModelSizeInBytes": "104857600",
"sgd.maxPasses": "10",
"algorithm": "sgd",
"sgd.l1RegularizationAmount": "0.0"
},
"CreatedByIamUser": "MY_ARN",
"EndpointInfo": {
"PeakRequestsPerSecond": 0,
"EndpointStatus": "NONE"
},
"MLModelId": "ml-noV4tkTZgnO",
"InputDataLocationS3": "s3://jsimon-logs-us/data3.txt",
"LastUpdatedAt": 1429171168.23,
"TrainingDataSourceId": "5d07396a-3a43-4bc2-87f2-bd8308f22f85",
"CreatedAt": 1429170603.421
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment