@@ -424,7 +424,7 @@ def transform_config(transformer, data, data_type='S3Prefix', content_type=None,
424424 compression_type (str): Compression type of the input data, if compressed (default: None).
425425 Valid values: 'Gzip', None.
426426 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 '.
428428 job_name (str): job name (default: None). If not specified, one will be generated.
429429
430430 Returns:
@@ -495,7 +495,7 @@ def transform_config_from_estimator(estimator, instance_count, instance_type, da
495495 compression_type (str): Compression type of the input data, if compressed (default: None).
496496 Valid values: 'Gzip', None.
497497 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 '.
499499 job_name (str): job name (default: None). If not specified, one will be generated.
500500 strategy (str): The strategy used to decide how to batch records in a single request (default: None).
501501 Valid values: 'MULTI_RECORD' and 'SINGLE_RECORD'.
0 commit comments