Skip to content

Commit a7178c3

Browse files
author
Shotaro Kohama
committed
Use 'list' instead of 'array' in the description
1 parent 3671efe commit a7178c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def train(self, image, input_mode, input_config, role, job_name, output_config,
195195
a directory in the Docker container.
196196
* 'Pipe' - Amazon SageMaker streams data directly from S3 to the container via a Unix-named pipe.
197197
198-
input_config (list): An array of Channel objects. Each channel is a named input source. Please refer to
198+
input_config (list): A list of Channel objects. Each channel is a named input source. Please refer to
199199
the format details described:
200200
https://botocore.readthedocs.io/en/latest/reference/services/sagemaker.html#SageMaker.Client.create_training_job
201201
role (str): An AWS IAM role (either name or full ARN). The Amazon SageMaker training jobs and APIs

0 commit comments

Comments
 (0)