@@ -424,7 +424,7 @@ def transform_config(transformer, data, data_type='S3Prefix', content_type=None,
424
424
compression_type (str): Compression type of the input data, if compressed (default: None).
425
425
Valid values: 'Gzip', None.
426
426
split_type (str): The record delimiter for the input object (default: 'None').
427
- Valid values: 'None', 'Line', and 'RecordIO '.
427
+ Valid values: 'None', 'Line', 'RecordIO', and 'TFRecord '.
428
428
job_name (str): job name (default: None). If not specified, one will be generated.
429
429
430
430
Returns:
@@ -495,7 +495,7 @@ def transform_config_from_estimator(estimator, instance_count, instance_type, da
495
495
compression_type (str): Compression type of the input data, if compressed (default: None).
496
496
Valid values: 'Gzip', None.
497
497
split_type (str): The record delimiter for the input object (default: 'None').
498
- Valid values: 'None', 'Line', and 'RecordIO '.
498
+ Valid values: 'None', 'Line', 'RecordIO', and 'TFRecord '.
499
499
job_name (str): job name (default: None). If not specified, one will be generated.
500
500
strategy (str): The strategy used to decide how to batch records in a single request (default: None).
501
501
Valid values: 'MULTI_RECORD' and 'SINGLE_RECORD'.
0 commit comments