Max
- operators.val.max(client, infile='in.npy', outfile='out.npy', dtype='float', instance_type='x2large')
- Maximum of a matrix.
- max( client,infile=’in.npy’,outfile=’out.npy’,dtype=’float’,instance_type=’x2large’ )
 - Parameters:
- infile – Input file path 
- outfile – Output file path 
- dtype – Data type of the matrix (default: float) 
- instance_type – type of cloud instance used for processing