column = $column; } /** * @return string */ public function getColumn() { return $this->column; } /** * @param string */ public function setMaxCount($maxCount) { $this->maxCount = $maxCount; } /** * @return string */ public function getMaxCount() { return $this->maxCount; } /** * @param string */ public function setStrideLength($strideLength) { $this->strideLength = $strideLength; } /** * @return string */ public function getStrideLength() { return $this->strideLength; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaTrainingjobDefinitionWindowConfig::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaTrainingjobDefinitionWindowConfig');