File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
core/src/main/scala/com/microsoft/azure/synapse/ml/io/http Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,10 @@ trait ConcurrencyParams extends Wrappable {
7171
7272 val timeout : Param [Double ] = new DoubleParam (
7373 this , " timeout" ,
74- " number of seconds for the entire DataFrame transformation to complete, measured from the start of the transform operation; " +
75- " rows processed after this timeout will receive HTTP 408 responses without making API calls" )
74+ " number of seconds for the entire DataFrame transformation to complete, " +
75+ " measured from the start of the transform operation; " +
76+ " rows processed after this timeout will receive HTTP 408 responses without making API calls"
77+ )
7678
7779 /** @group getParam */
7880 def getTimeout : Double = $(timeout)
You can’t perform that action at this time.
0 commit comments