Endpoints
Use this troubleshooting information when creating and using Endpoints.
UNABLE TO DEPLOY ENDPOINT - button is disabled
Cause: The production quest must be saved and run with a status value of Finished.
Solution: Save and run the production quest to enable the button.
ENDPOINT TESTING RETURNS AN ERROR
Solution:
- Validate that the endpoint has a status value of Active.
- Validate that the request payload is valid.
- Validate that the request datatypes correspond to the endpoint schema.
- If testing with .csv file input:
- Make sure the .csv file does not contain a header row.
- Validate that the request payload variables come in the same sequence as in the endpoint schema.
- If testing with JSON input:
- Make sure there are no null values in the JSON.
INVOKING the endpoint for PREDICTIONS through API Gateway FAILS
Solution: Validate that the sequence of input values conforms to the schema definition.