MultiRecordStrategy | R Documentation |
Will group up as many records as possible within the payload specified.
sagemaker.core::BatchStrategy
-> MultiRecordStrategy
pad()
Group together as many records as possible to fit in the specified size.
MultiRecordStrategy$pad(file, size = 6)
file
(str): file path to read the records from.
size
(int): maximum size in MB that each group of records will be fitted to. passing 0 means unlimited size.
generator of records
clone()
The objects of this class are cloneable with this method.
MultiRecordStrategy$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.