trainingInputMode
The input mode for accessing the training data. This parameter determines how the training data is made available to the training algorithm. Valid values are:
File
- The training data is downloaded to the training instance and made available as files.FastFile
- The training data is streamed directly from Amazon S3 to the training algorithm, providing faster access for large datasets.Pipe
- The training data is streamed to the training algorithm using named pipes, which can improve performance for certain algorithms.