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