Lines Matching refs:endpoint

50         $endpoint = $endpointBuilder('Ml\CloseJob');
51 $endpoint->setParams($params);
52 $endpoint->setJobId($job_id);
53 $endpoint->setBody($body);
55 return $this->performRequest($endpoint);
71 $endpoint = $endpointBuilder('Ml\DeleteCalendar');
72 $endpoint->setParams($params);
73 $endpoint->setCalendarId($calendar_id);
75 return $this->performRequest($endpoint);
93 $endpoint = $endpointBuilder('Ml\DeleteCalendarEvent');
94 $endpoint->setParams($params);
95 $endpoint->setCalendarId($calendar_id);
96 $endpoint->setEventId($event_id);
98 return $this->performRequest($endpoint);
116 $endpoint = $endpointBuilder('Ml\DeleteCalendarJob');
117 $endpoint->setParams($params);
118 $endpoint->setCalendarId($calendar_id);
119 $endpoint->setJobId($job_id);
121 return $this->performRequest($endpoint);
139 $endpoint = $endpointBuilder('Ml\DeleteDataFrameAnalytics');
140 $endpoint->setParams($params);
141 $endpoint->setId($id);
143 return $this->performRequest($endpoint);
160 $endpoint = $endpointBuilder('Ml\DeleteDatafeed');
161 $endpoint->setParams($params);
162 $endpoint->setDatafeedId($datafeed_id);
164 return $this->performRequest($endpoint);
184 $endpoint = $endpointBuilder('Ml\DeleteExpiredData');
185 $endpoint->setParams($params);
186 $endpoint->setJobId($job_id);
187 $endpoint->setBody($body);
189 return $this->performRequest($endpoint);
205 $endpoint = $endpointBuilder('Ml\DeleteFilter');
206 $endpoint->setParams($params);
207 $endpoint->setFilterId($filter_id);
209 return $this->performRequest($endpoint);
229 $endpoint = $endpointBuilder('Ml\DeleteForecast');
230 $endpoint->setParams($params);
231 $endpoint->setJobId($job_id);
232 $endpoint->setForecastId($forecast_id);
234 return $this->performRequest($endpoint);
252 $endpoint = $endpointBuilder('Ml\DeleteJob');
253 $endpoint->setParams($params);
254 $endpoint->setJobId($job_id);
256 return $this->performRequest($endpoint);
274 $endpoint = $endpointBuilder('Ml\DeleteModelSnapshot');
275 $endpoint->setParams($params);
276 $endpoint->setJobId($job_id);
277 $endpoint->setSnapshotId($snapshot_id);
279 return $this->performRequest($endpoint);
295 $endpoint = $endpointBuilder('Ml\DeleteTrainedModel');
296 $endpoint->setParams($params);
297 $endpoint->setModelId($model_id);
299 return $this->performRequest($endpoint);
317 $endpoint = $endpointBuilder('Ml\DeleteTrainedModelAlias');
318 $endpoint->setParams($params);
319 $endpoint->setModelAlias($model_alias);
320 $endpoint->setModelId($model_id);
322 return $this->performRequest($endpoint);
338 $endpoint = $endpointBuilder('Ml\EstimateModelMemory');
339 $endpoint->setParams($params);
340 $endpoint->setBody($body);
342 return $this->performRequest($endpoint);
358 $endpoint = $endpointBuilder('Ml\EvaluateDataFrame');
359 $endpoint->setParams($params);
360 $endpoint->setBody($body);
362 return $this->performRequest($endpoint);
380 $endpoint = $endpointBuilder('Ml\ExplainDataFrameAnalytics');
381 $endpoint->setParams($params);
382 $endpoint->setId($id);
383 $endpoint->setBody($body);
385 return $this->performRequest($endpoint);
418 $endpoint = $endpointBuilder('Ml\FindFileStructure');
419 $endpoint->setParams($params);
420 $endpoint->setBody($body);
422 return $this->performRequest($endpoint);
445 $endpoint = $endpointBuilder('Ml\FlushJob');
446 $endpoint->setParams($params);
447 $endpoint->setJobId($job_id);
448 $endpoint->setBody($body);
450 return $this->performRequest($endpoint);
469 $endpoint = $endpointBuilder('Ml\Forecast');
470 $endpoint->setParams($params);
471 $endpoint->setJobId($job_id);
473 return $this->performRequest($endpoint);
502 $endpoint = $endpointBuilder('Ml\GetBuckets');
503 $endpoint->setParams($params);
504 $endpoint->setJobId($job_id);
505 $endpoint->setTimestamp($timestamp);
506 $endpoint->setBody($body);
508 return $this->performRequest($endpoint);
529 $endpoint = $endpointBuilder('Ml\GetCalendarEvents');
530 $endpoint->setParams($params);
531 $endpoint->setCalendarId($calendar_id);
533 return $this->performRequest($endpoint);
553 $endpoint = $endpointBuilder('Ml\GetCalendars');
554 $endpoint->setParams($params);
555 $endpoint->setCalendarId($calendar_id);
556 $endpoint->setBody($body);
558 return $this->performRequest($endpoint);
581 $endpoint = $endpointBuilder('Ml\GetCategories');
582 $endpoint->setParams($params);
583 $endpoint->setJobId($job_id);
584 $endpoint->setCategoryId($category_id);
585 $endpoint->setBody($body);
587 return $this->performRequest($endpoint);
607 $endpoint = $endpointBuilder('Ml\GetDataFrameAnalytics');
608 $endpoint->setParams($params);
609 $endpoint->setId($id);
611 return $this->performRequest($endpoint);
631 $endpoint = $endpointBuilder('Ml\GetDataFrameAnalyticsStats');
632 $endpoint->setParams($params);
633 $endpoint->setId($id);
635 return $this->performRequest($endpoint);
653 $endpoint = $endpointBuilder('Ml\GetDatafeedStats');
654 $endpoint->setParams($params);
655 $endpoint->setDatafeedId($datafeed_id);
657 return $this->performRequest($endpoint);
676 $endpoint = $endpointBuilder('Ml\GetDatafeeds');
677 $endpoint->setParams($params);
678 $endpoint->setDatafeedId($datafeed_id);
680 return $this->performRequest($endpoint);
698 $endpoint = $endpointBuilder('Ml\GetFilters');
699 $endpoint->setParams($params);
700 $endpoint->setFilterId($filter_id);
702 return $this->performRequest($endpoint);
728 $endpoint = $endpointBuilder('Ml\GetInfluencers');
729 $endpoint->setParams($params);
730 $endpoint->setJobId($job_id);
731 $endpoint->setBody($body);
733 return $this->performRequest($endpoint);
751 $endpoint = $endpointBuilder('Ml\GetJobStats');
752 $endpoint->setParams($params);
753 $endpoint->setJobId($job_id);
755 return $this->performRequest($endpoint);
774 $endpoint = $endpointBuilder('Ml\GetJobs');
775 $endpoint->setParams($params);
776 $endpoint->setJobId($job_id);
778 return $this->performRequest($endpoint);
804 $endpoint = $endpointBuilder('Ml\GetModelSnapshots');
805 $endpoint->setParams($params);
806 $endpoint->setJobId($job_id);
807 $endpoint->setSnapshotId($snapshot_id);
808 $endpoint->setBody($body);
810 return $this->performRequest($endpoint);
836 $endpoint = $endpointBuilder('Ml\GetOverallBuckets');
837 $endpoint->setParams($params);
838 $endpoint->setJobId($job_id);
839 $endpoint->setBody($body);
841 return $this->performRequest($endpoint);
867 $endpoint = $endpointBuilder('Ml\GetRecords');
868 $endpoint->setParams($params);
869 $endpoint->setJobId($job_id);
870 $endpoint->setBody($body);
872 return $this->performRequest($endpoint);
896 $endpoint = $endpointBuilder('Ml\GetTrainedModels');
897 $endpoint->setParams($params);
898 $endpoint->setModelId($model_id);
900 return $this->performRequest($endpoint);
919 $endpoint = $endpointBuilder('Ml\GetTrainedModelsStats');
920 $endpoint->setParams($params);
921 $endpoint->setModelId($model_id);
923 return $this->performRequest($endpoint);
937 $endpoint = $endpointBuilder('Ml\Info');
938 $endpoint->setParams($params);
940 return $this->performRequest($endpoint);
956 $endpoint = $endpointBuilder('Ml\OpenJob');
957 $endpoint->setParams($params);
958 $endpoint->setJobId($job_id);
960 return $this->performRequest($endpoint);
978 $endpoint = $endpointBuilder('Ml\PostCalendarEvents');
979 $endpoint->setParams($params);
980 $endpoint->setCalendarId($calendar_id);
981 $endpoint->setBody($body);
983 return $this->performRequest($endpoint);
1003 $endpoint = $endpointBuilder('Ml\PostData');
1004 $endpoint->setParams($params);
1005 $endpoint->setJobId($job_id);
1006 $endpoint->setBody($body);
1008 return $this->performRequest($endpoint);
1026 $endpoint = $endpointBuilder('Ml\PreviewDataFrameAnalytics');
1027 $endpoint->setParams($params);
1028 $endpoint->setId($id);
1029 $endpoint->setBody($body);
1031 return $this->performRequest($endpoint);
1049 $endpoint = $endpointBuilder('Ml\PreviewDatafeed');
1050 $endpoint->setParams($params);
1051 $endpoint->setDatafeedId($datafeed_id);
1052 $endpoint->setBody($body);
1054 return $this->performRequest($endpoint);
1072 $endpoint = $endpointBuilder('Ml\PutCalendar');
1073 $endpoint->setParams($params);
1074 $endpoint->setCalendarId($calendar_id);
1075 $endpoint->setBody($body);
1077 return $this->performRequest($endpoint);
1095 $endpoint = $endpointBuilder('Ml\PutCalendarJob');
1096 $endpoint->setParams($params);
1097 $endpoint->setCalendarId($calendar_id);
1098 $endpoint->setJobId($job_id);
1100 return $this->performRequest($endpoint);
1118 $endpoint = $endpointBuilder('Ml\PutDataFrameAnalytics');
1119 $endpoint->setParams($params);
1120 $endpoint->setId($id);
1121 $endpoint->setBody($body);
1123 return $this->performRequest($endpoint);
1145 $endpoint = $endpointBuilder('Ml\PutDatafeed');
1146 $endpoint->setParams($params);
1147 $endpoint->setDatafeedId($datafeed_id);
1148 $endpoint->setBody($body);
1150 return $this->performRequest($endpoint);
1168 $endpoint = $endpointBuilder('Ml\PutFilter');
1169 $endpoint->setParams($params);
1170 $endpoint->setFilterId($filter_id);
1171 $endpoint->setBody($body);
1173 return $this->performRequest($endpoint);
1195 $endpoint = $endpointBuilder('Ml\PutJob');
1196 $endpoint->setParams($params);
1197 $endpoint->setJobId($job_id);
1198 $endpoint->setBody($body);
1200 return $this->performRequest($endpoint);
1219 $endpoint = $endpointBuilder('Ml\PutTrainedModel');
1220 $endpoint->setParams($params);
1221 $endpoint->setModelId($model_id);
1222 $endpoint->setBody($body);
1224 return $this->performRequest($endpoint);
1243 $endpoint = $endpointBuilder('Ml\PutTrainedModelAlias');
1244 $endpoint->setParams($params);
1245 $endpoint->setModelAlias($model_alias);
1246 $endpoint->setModelId($model_id);
1248 return $this->performRequest($endpoint);
1265 $endpoint = $endpointBuilder('Ml\ResetJob');
1266 $endpoint->setParams($params);
1267 $endpoint->setJobId($job_id);
1269 return $this->performRequest($endpoint);
1290 $endpoint = $endpointBuilder('Ml\RevertModelSnapshot');
1291 $endpoint->setParams($params);
1292 $endpoint->setJobId($job_id);
1293 $endpoint->setSnapshotId($snapshot_id);
1294 $endpoint->setBody($body);
1296 return $this->performRequest($endpoint);
1312 $endpoint = $endpointBuilder('Ml\SetUpgradeMode');
1313 $endpoint->setParams($params);
1315 return $this->performRequest($endpoint);
1334 $endpoint = $endpointBuilder('Ml\StartDataFrameAnalytics');
1335 $endpoint->setParams($params);
1336 $endpoint->setId($id);
1337 $endpoint->setBody($body);
1339 return $this->performRequest($endpoint);
1360 $endpoint = $endpointBuilder('Ml\StartDatafeed');
1361 $endpoint->setParams($params);
1362 $endpoint->setDatafeedId($datafeed_id);
1363 $endpoint->setBody($body);
1365 return $this->performRequest($endpoint);
1386 $endpoint = $endpointBuilder('Ml\StopDataFrameAnalytics');
1387 $endpoint->setParams($params);
1388 $endpoint->setId($id);
1389 $endpoint->setBody($body);
1391 return $this->performRequest($endpoint);
1413 $endpoint = $endpointBuilder('Ml\StopDatafeed');
1414 $endpoint->setParams($params);
1415 $endpoint->setDatafeedId($datafeed_id);
1416 $endpoint->setBody($body);
1418 return $this->performRequest($endpoint);
1436 $endpoint = $endpointBuilder('Ml\UpdateDataFrameAnalytics');
1437 $endpoint->setParams($params);
1438 $endpoint->setId($id);
1439 $endpoint->setBody($body);
1441 return $this->performRequest($endpoint);
1463 $endpoint = $endpointBuilder('Ml\UpdateDatafeed');
1464 $endpoint->setParams($params);
1465 $endpoint->setDatafeedId($datafeed_id);
1466 $endpoint->setBody($body);
1468 return $this->performRequest($endpoint);
1486 $endpoint = $endpointBuilder('Ml\UpdateFilter');
1487 $endpoint->setParams($params);
1488 $endpoint->setFilterId($filter_id);
1489 $endpoint->setBody($body);
1491 return $this->performRequest($endpoint);
1509 $endpoint = $endpointBuilder('Ml\UpdateJob');
1510 $endpoint->setParams($params);
1511 $endpoint->setJobId($job_id);
1512 $endpoint->setBody($body);
1514 return $this->performRequest($endpoint);
1534 $endpoint = $endpointBuilder('Ml\UpdateModelSnapshot');
1535 $endpoint->setParams($params);
1536 $endpoint->setJobId($job_id);
1537 $endpoint->setSnapshotId($snapshot_id);
1538 $endpoint->setBody($body);
1540 return $this->performRequest($endpoint);
1560 $endpoint = $endpointBuilder('Ml\UpgradeJobSnapshot');
1561 $endpoint->setParams($params);
1562 $endpoint->setJobId($job_id);
1563 $endpoint->setSnapshotId($snapshot_id);
1565 return $this->performRequest($endpoint);
1581 $endpoint = $endpointBuilder('Ml\Validate');
1582 $endpoint->setParams($params);
1583 $endpoint->setBody($body);
1585 return $this->performRequest($endpoint);
1601 $endpoint = $endpointBuilder('Ml\ValidateDetector');
1602 $endpoint->setParams($params);
1603 $endpoint->setBody($body);
1605 return $this->performRequest($endpoint);