Last updated 2 years ago
https://api.sigopt.com/v1/experiments/EXPERIMENT_ID/queued_suggestions/QUEUED_SUGGESTION_ID
Retrieves information about a .
Request Method: GET
This endpoint takes no parameters.
object.
queued_suggestion = conn.experiments(EXPERIMENT_ID).queued_suggestions(QUEUED_SUGGESTION_ID).fetch()
QUEUED_SUGGESTION=`curl -s -X GET https://api.sigopt.com/v1/experiments/EXPERIMENT_ID/queued_suggestions/QUEUED_SUGGESTION_ID -u "$SIGOPT_API_TOKEN":`
QueuedSuggestion queuedSuggestion = new Experiment(EXPERIMENT_ID).queuedSuggestions(QUEUED_SUGGESTION_ID).fetch().call()
{ "assignments": { "degree": 2, "gamma": 3.6, "kernel": "rbf" }, "created": 1414800000, "experiment": "1", "id": "1", "object": "queued_suggestion" }