Skip to content

Instantly share code, notes, and snippets.

@juliensimon
Last active August 29, 2015 14:19
Show Gist options
  • Save juliensimon/e5122d8f0b249a0f601a to your computer and use it in GitHub Desktop.
Save juliensimon/e5122d8f0b249a0f601a to your computer and use it in GitHub Desktop.
aws ml create endpoint
✗ aws machinelearning create-realtime-endpoint --ml-model-id ml-noV4tkTZgnO
{
"MLModelId": "ml-noV4tkTZgnO",
"RealtimeEndpointInfo": {
"EndpointStatus": "UPDATING",
"PeakRequestsPerSecond": 200,
"CreatedAt": 1429171982.734,
"EndpointUrl": "https://realtime.machinelearning.us-east-1.amazonaws.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment