Skip to content

Commit 9ff2a0a

Browse files
author
Nick Pentreath
committed
update since tags in python
1 parent 6599372 commit 9ff2a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyspark/ml/recommendation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,14 +338,14 @@ def getFinalStorageLevel(self):
338338
"""
339339
return self.getOrDefault(self.finalStorageLevel)
340340

341-
@since("2.0.0")
341+
@since("2.1.0")
342342
def setColdStartStrategy(self, value):
343343
"""
344344
Sets the value of :py:attr:`coldStartStrategy`.
345345
"""
346346
return self._set(coldStartStrategy=value)
347347

348-
@since("2.0.0")
348+
@since("2.1.0")
349349
def getColdStartStrategy(self):
350350
"""
351351
Gets the value of coldStartStrategy or its default value.

0 commit comments

Comments
 (0)