Last active
August 29, 2015 14:19
-
-
Save juliensimon/730b6e69f7548d559df9 to your computer and use it in GitHub Desktop.
aws ml model 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✗ 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": { | |
"EndpointStatus": "READY", | |
"PeakRequestsPerSecond": 200, | |
"CreatedAt": 1429171982.691, | |
"EndpointUrl": "https://realtime.machinelearning.us-east-1.amazonaws.com" | |
}, | |
"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