s3InputMode property

ProcessingS3InputMode? s3InputMode
final

Whether the Pipe or File is used as the input mode for transfering data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

Implementation

final ProcessingS3InputMode? s3InputMode;