Skip to content

Commit d2de1d5

Browse files
committed
fix pydocs
1 parent 53966f1 commit d2de1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/modules/train/model_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def train(
580580
"""Train a model using AWS SageMaker.
581581
582582
Args:
583-
input_data_config (Optional[Union[List[Channel], Dict[str, DataSourceType]]]):
583+
input_data_config (Optional[List[Union[Channel, InputData]]]):
584584
The input data config for the training job.
585585
Takes a list of Channel objects or a dictionary of channel names to DataSourceType.
586586
DataSourceType can be an S3 URI string, local file path string,

0 commit comments

Comments
 (0)