com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Retrieving Hyper Parameters of an Analysis via REST API
Overview
Description | Retrieve hyper parameters of an analysis. |
Resource Path |
|
HTTP Method | GET |
Request/Response Format | application/json |
Parameter description
Parameter | Description |
---|---|
{id} | ID of the analysis which you need to retrieve hyper parameters. |
Sample cURL command
 curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/analyses/1/hyperParameters -k
Example
GET https://localhost:9443/api/analyses/{analysisId}/hyperParameters
Sample output
[ {"value":"100","key":"Iterations","description":null}, {"value":"0.1","key":"Learning_Rate","description":null}, {"value":"0.001","key":"Reg_Parameter","description":null}, {"value":"L2","key":"Reg_Type","description":null}, {"value":"1","key":"SGD_Data_Fraction","description":null} ]
REST API response
HTTP status code | 200 For descriptions of the HTTP status codes, see HTTP Status Codes. |