We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53966f1 commit d2de1d5Copy full SHA for d2de1d5
src/sagemaker/modules/train/model_trainer.py
@@ -580,7 +580,7 @@ def train(
580
"""Train a model using AWS SageMaker.
581
582
Args:
583
- input_data_config (Optional[Union[List[Channel], Dict[str, DataSourceType]]]):
+ input_data_config (Optional[List[Union[Channel, InputData]]]):
584
The input data config for the training job.
585
Takes a list of Channel objects or a dictionary of channel names to DataSourceType.
586
DataSourceType can be an S3 URI string, local file path string,
0 commit comments