Get a machine learning pipeline template

get/pipelineTemplates/{templateId}

The endpoint to get a specific machine learning pipeline template.

Request Samples

1

Response Samples

1{
2 "id": "dm.advancedintervaltargetautotunepl.template",
3 "name": "Advanced template for interval target with autotuning",
4 "description": "Data mining pipeline that extends the intermediate template for an interval target by adding GAM and autotuned tree, forest, neural network, and gradient boosting models. An ensemble model is also provided.",
5 "links": [
6 {
7 "method": "GET",
8 "rel": "up",
9 "href": "/mlPipelineAutomation/pipelineTemplates",
10 "uri": "/mlPipelineAutomation/pipelineTemplates",
11 "type": "application/vnd.sas.collection"
12 },
13 {
14 "method": "GET",
15 "rel": "self",
16 "href": "/mlPipelineAutomation/pipelineTemplates/dm.advancedintervaltargetautotunepl.template",
17 "uri": "/mlPipelineAutomation/pipelineTemplates/dm.advancedintervaltargetautotunepl.template",
18 "type": "application/vnd.sas.analytics.machine.learning.pipeline.template"
19 }
20 ],
21 "creationTimeStamp": "2022-03-01T16:51:05.574Z",
22 "createdBy": "sas.dataMining",
23 "modifiedTimeStamp": "2022-03-01T16:51:05.576Z",
24 "modifiedBy": "sas.dataMining",
25 "eTag": "\"Y29tLnNhcy5hbmFseXRpY3MucGlwZWxpbmUucmVwcmVzZW50YXRpb25zLlBpcGVsaW5lVGVtcGxhdGU=1\"",
26 "revision": 1
27}

Path Parameters

NameTypeRequiredDescription
templateId
string
true

templateId

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

One or more parameters were invalid.

Schema
404Not Found

No template with the provided ID was found.

Schema