id ?? null; if (isset($id)) { return "/_ml/data_frame/analytics/$id/_stop"; } throw new RuntimeException('Missing parameter for the endpoint ml.stop_data_frame_analytics'); } public function getParamWhitelist(): array { return [ 'allow_no_match', 'force', 'timeout' ]; } public function getMethod(): string { return 'POST'; } public function setBody($body): StopDataFrameAnalytics { if (isset($body) !== true) { return $this; } $this->body = $body; return $this; } }