File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ def __init__(
198
198
the path to a local directory. If not provided, skips data download
199
199
by SageMaker platform.
200
200
s3_data_type (str, default="S3Prefix"): Valid options are "ManifestFile" or "S3Prefix".
201
- s3_input_mode (str, default="File"): Valid options are "Pipe" or "File ".
201
+ s3_input_mode (str, default="File"): Valid options are "Pipe", "File" or "FastFile ".
202
202
s3_data_distribution_type (str, default="FullyReplicated"):
203
203
Valid options are "FullyReplicated" or "ShardedByS3Key".
204
204
s3_compression_type (str, default=None): Valid options are "None" or "Gzip".
Original file line number Diff line number Diff line change @@ -3933,7 +3933,7 @@ def __init__(
3933
3933
Args:
3934
3934
endpoint_name (str): The name of the endpoint.
3935
3935
destination (str): The destination of the input.
3936
- s3_input_mode (str): The S3 input mode. Can be one of: "File", "Pipe. Default: "File".
3936
+ s3_input_mode (str): The S3 input mode. Can be one of: "File", "Pipe" or "FastFile" . Default: "File".
3937
3937
s3_data_distribution_type (str): The S3 Data Distribution Type. Can be one of:
3938
3938
"FullyReplicated", "ShardedByS3Key"
3939
3939
start_time_offset (str): Monitoring start time offset, e.g. "-PT1H"
@@ -4043,7 +4043,7 @@ def __init__(
4043
4043
data_captured_destination_s3_uri (str): Location to the batch transform captured data
4044
4044
file which needs to be analysed.
4045
4045
destination (str): The destination of the input.
4046
- s3_input_mode (str): The S3 input mode. Can be one of: "File", "Pipe. (default: File)
4046
+ s3_input_mode (str): The S3 input mode. Can be one of: "File", "Pipe" or "FastFile" . (default: File)
4047
4047
s3_data_distribution_type (str): The S3 Data Distribution Type. Can be one of:
4048
4048
"FullyReplicated", "ShardedByS3Key" (default: FullyReplicated)
4049
4049
start_time_offset (str): Monitoring start time offset, e.g. "-PT1H" (default: None)
Original file line number Diff line number Diff line change @@ -1242,7 +1242,7 @@ def __init__(
1242
1242
input_name (str or PipelineVariable): The name for the input. If a name
1243
1243
is not provided, one will be generated (eg. "input-1").
1244
1244
s3_data_type (str or PipelineVariable): Valid options are "ManifestFile" or "S3Prefix".
1245
- s3_input_mode (str or PipelineVariable): Valid options are "Pipe" or "File ".
1245
+ s3_input_mode (str or PipelineVariable): Valid options are "Pipe", "File" or "FastFile ".
1246
1246
s3_data_distribution_type (str or PipelineVariable): Valid options are "FullyReplicated"
1247
1247
or "ShardedByS3Key".
1248
1248
s3_compression_type (str or PipelineVariable): Valid options are "None" or "Gzip".
You can’t perform that action at this time.
0 commit comments