$this->type, 'appVersion' => $this->appVersion, 'samplesPositive' => $this->samplesPositive, 'samplesShuffled' => $this->samplesShuffled, 'samplesRandom' => $this->samplesRandom, 'epochs' => $this->epochs, 'layers' => $this->layers, 'vectorDim' => $this->vectorDim, 'learningRate' => $this->learningRate, 'precisionY' => $this->precisionY, 'precisionN' => $this->precisionN, 'recallY' => $this->recallY, 'recallN' => $this->recallN, 'duration' => $this->duration, 'createdAt' => $this->createdAt, 'addressType' => $this->addressType, ]; } }