itemCount = $itemCount;
}
/**
* @return string
*/
public function getItemCount()
{
return $this->itemCount;
}
/**
* @param string
*/
public function setPredictedLabel($predictedLabel)
{
$this->predictedLabel = $predictedLabel;
}
/**
* @return string
*/
public function getPredictedLabel()
{
return $this->predictedLabel;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Entry::class, 'Google_Service_Bigquery_Entry');