Get the champion model information for a completed automation project
get/projects/{projectId}/models/@championModel
Get the champion model information for a completed automation project specified by project ID.
1{2 "name": "Forest (2)",3 "links": [4 {5 "method": "GET",6 "rel": "up",7 "href": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c",8 "uri": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c",9 "type": "application/vnd.sas.analytics.ml.pipeline.automation.project"10 },11 {12 "method": "GET",13 "rel": "self",14 "href": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel",15 "uri": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel",16 "type": "application/vnd.sas.analytics.ml.pipeline.automation.project.champion.model"17 },18 {19 "method": "GET",20 "rel": "championModelReports",21 "href": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel/reports",22 "uri": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel/reports",23 "type": "application/vnd.sas.collection",24 "itemType": "application/vnd.sas.analytics.report"25 },26 {27 "method": "GET",28 "rel": "championModelReportSummary",29 "href": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel/reportSummary",30 "uri": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel/reportSummary",31 "type": "application/vnd.sas.collection",32 "itemType": "application/vnd.sas.summary"33 },34 {35 "method": "PUT",36 "rel": "registerChampionModel",37 "href": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel?action=register",38 "uri": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel?action=register"39 },40 {41 "method": "PUT",42 "rel": "publishChampionModel",43 "href": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel?action=publish",44 "uri": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel?action=publish"45 },46 {47 "method": "POST",48 "rel": "scoreData",49 "href": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel/scoreData",50 "uri": "/mlPipelineAutomation/projects/07d7b51f-6970-4225-8f03-eda03fcc810c/models/@championModel/scoreData",51 "type": "application/vnd.sas.analytics.ml.pipeline.automation.score.data.input",52 "responseType": "application/vnd.sas.analytics.ml.pipeline.automation.score.data.output"53 }54 ],55 "publishDestinations": [56 {57 "name": "maslocal",58 "description": "The default publishing destination for the Micro Analytic Score service.",59 "destinationType": "microAnalyticService"60 },61 {62 "name": "AACASDestination",63 "destinationType": "cas",64 "destinationTable": "aa_cas_model_table",65 "casServerName": "cas-shared-default",66 "casLibrary": "Public"67 }68 ]69}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | One or more parameters were invalid. | Schema | |
404 | Not Found | No project with the provided ID was found. | Schema |