File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -328,8 +328,8 @@ def transformer(
328
328
instance_type (str): Type of EC2 instance to use, for example,
329
329
'ml.c4.xlarge'.
330
330
strategy (str): The strategy used to decide how to batch records in
331
- a single request (default: None). Valid values: 'MULTI_RECORD '
332
- and 'SINGLE_RECORD '.
331
+ a single request (default: None). Valid values: 'MultiRecord '
332
+ and 'SingleRecord '.
333
333
assemble_with (str): How the output is assembled (default: None).
334
334
Valid values: 'Line' or 'None'.
335
335
output_path (str): S3 location for saving the transform result. If
Original file line number Diff line number Diff line change @@ -823,8 +823,8 @@ def transformer(
823
823
instance_type (str): Type of EC2 instance to use, for example,
824
824
'ml.c4.xlarge'.
825
825
strategy (str): The strategy used to decide how to batch records in
826
- a single request (default: None). Valid values: 'MULTI_RECORD '
827
- and 'SINGLE_RECORD '.
826
+ a single request (default: None). Valid values: 'MultiRecord '
827
+ and 'SingleRecord '.
828
828
assemble_with (str): How the output is assembled (default: None).
829
829
Valid values: 'Line' or 'None'.
830
830
output_path (str): S3 location for saving the transform result. If
@@ -1895,8 +1895,8 @@ def transformer(
1895
1895
instance_type (str): Type of EC2 instance to use, for example,
1896
1896
'ml.c4.xlarge'.
1897
1897
strategy (str): The strategy used to decide how to batch records in
1898
- a single request (default: None). Valid values: 'MULTI_RECORD '
1899
- and 'SINGLE_RECORD '.
1898
+ a single request (default: None). Valid values: 'MultiRecord '
1899
+ and 'SingleRecord '.
1900
1900
assemble_with (str): How the output is assembled (default: None).
1901
1901
Valid values: 'Line' or 'None'.
1902
1902
output_path (str): S3 location for saving the transform result. If
Original file line number Diff line number Diff line change @@ -504,8 +504,8 @@ def transformer(
504
504
instance_type (str): Type of EC2 instance to use, for example,
505
505
'ml.c4.xlarge'.
506
506
strategy (str): The strategy used to decide how to batch records in
507
- a single request (default: None). Valid values: 'MULTI_RECORD '
508
- and 'SINGLE_RECORD '.
507
+ a single request (default: None). Valid values: 'MultiRecord '
508
+ and 'SingleRecord '.
509
509
assemble_with (str): How the output is assembled (default: None).
510
510
Valid values: 'Line' or 'None'.
511
511
output_path (str): S3 location for saving the transform result. If
Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ def transformer(
215
215
instance_type (str): Type of EC2 instance to use, for example,
216
216
'ml.c4.xlarge'.
217
217
strategy (str): The strategy used to decide how to batch records in
218
- a single request (default: None). Valid values: 'MULTI_RECORD '
219
- and 'SINGLE_RECORD '.
218
+ a single request (default: None). Valid values: 'MultiRecord '
219
+ and 'SingleRecord '.
220
220
assemble_with (str): How the output is assembled (default: None).
221
221
Valid values: 'Line' or 'None'.
222
222
output_path (str): S3 location for saving the transform result. If
Original file line number Diff line number Diff line change @@ -1968,7 +1968,7 @@ def transform(
1968
1968
job_name (str): Name of the transform job being created.
1969
1969
model_name (str): Name of the SageMaker model being used for the transform job.
1970
1970
strategy (str): The strategy used to decide how to batch records in a single request.
1971
- Possible values are 'MULTI_RECORD ' and 'SINGLE_RECORD '.
1971
+ Possible values are 'MultiRecord ' and 'SingleRecord '.
1972
1972
max_concurrent_transforms (int): The maximum number of HTTP requests to be made to
1973
1973
each individual transform container at one time.
1974
1974
max_payload (int): Maximum size of the payload in a single HTTP request to the
Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ def transformer(
772
772
instance_count (int): Number of EC2 instances to use.
773
773
instance_type (str): Type of EC2 instance to use, for example, 'ml.c4.xlarge'.
774
774
strategy (str): The strategy used to decide how to batch records in a single request
775
- (default: None). Valid values: 'MULTI_RECORD ' and 'SINGLE_RECORD '.
775
+ (default: None). Valid values: 'MultiRecord ' and 'SingleRecord '.
776
776
assemble_with (str): How the output is assembled (default: None). Valid values: 'Line'
777
777
or 'None'.
778
778
output_path (str): S3 location for saving the transform result. If not specified,
Original file line number Diff line number Diff line change @@ -802,8 +802,8 @@ def transform_config_from_estimator(
802
802
model_name (str): model name (default: None). If not specified, one will
803
803
be generated.
804
804
strategy (str): The strategy used to decide how to batch records in a
805
- single request (default: None). Valid values: 'MULTI_RECORD ' and
806
- 'SINGLE_RECORD '.
805
+ single request (default: None). Valid values: 'MultiRecord ' and
806
+ 'SingleRecord '.
807
807
assemble_with (str): How the output is assembled (default: None). Valid
808
808
values: 'Line' or 'None'.
809
809
output_path (str): S3 location for saving the transform result. If not
You can’t perform that action at this time.
0 commit comments