@@ -115,13 +115,13 @@ def training_base_config(estimator, inputs=None, job_name=None, mini_batch_size=
115
115
116
116
* (str) - The S3 location where training data is saved.
117
117
118
- * (dict[str, str] or dict[str, sagemaker.session .TrainingInput]) - If using multiple
118
+ * (dict[str, str] or dict[str, sagemaker.inputs .TrainingInput]) - If using multiple
119
119
channels for training data, you can specify a dict mapping channel names to
120
- strings or :func:`~sagemaker.session .TrainingInput` objects.
120
+ strings or :func:`~sagemaker.inputs .TrainingInput` objects.
121
121
122
- * (sagemaker.session .TrainingInput) - Channel configuration for S3 data sources that can
122
+ * (sagemaker.inputs .TrainingInput) - Channel configuration for S3 data sources that can
123
123
provide additional information about the training dataset. See
124
- :func:`sagemaker.session .TrainingInput` for full details.
124
+ :func:`sagemaker.inputs .TrainingInput` for full details.
125
125
126
126
* (sagemaker.amazon.amazon_estimator.RecordSet) - A collection of
127
127
Amazon :class:~`Record` objects serialized and stored in S3.
@@ -208,13 +208,13 @@ def training_config(estimator, inputs=None, job_name=None, mini_batch_size=None)
208
208
method of the associated estimator, as this can take any of the following forms:
209
209
* (str) - The S3 location where training data is saved.
210
210
211
- * (dict[str, str] or dict[str, sagemaker.session .TrainingInput]) - If using multiple
211
+ * (dict[str, str] or dict[str, sagemaker.inputs .TrainingInput]) - If using multiple
212
212
channels for training data, you can specify a dict mapping channel names to
213
- strings or :func:`~sagemaker.session .TrainingInput` objects.
213
+ strings or :func:`~sagemaker.inputs .TrainingInput` objects.
214
214
215
- * (sagemaker.session .TrainingInput) - Channel configuration for S3 data sources that can
215
+ * (sagemaker.inputs .TrainingInput) - Channel configuration for S3 data sources that can
216
216
provide additional information about the training dataset. See
217
- :func:`sagemaker.session .TrainingInput` for full details.
217
+ :func:`sagemaker.inputs .TrainingInput` for full details.
218
218
219
219
* (sagemaker.amazon.amazon_estimator.RecordSet) - A collection of
220
220
Amazon :class:~`Record` objects serialized and stored in S3.
@@ -258,13 +258,13 @@ def tuning_config(tuner, inputs, job_name=None, include_cls_metadata=False, mini
258
258
259
259
* (str) - The S3 location where training data is saved.
260
260
261
- * (dict[str, str] or dict[str, sagemaker.session .TrainingInput]) - If using multiple
261
+ * (dict[str, str] or dict[str, sagemaker.inputs .TrainingInput]) - If using multiple
262
262
channels for training data, you can specify a dict mapping channel names to
263
- strings or :func:`~sagemaker.session .TrainingInput` objects.
263
+ strings or :func:`~sagemaker.inputs .TrainingInput` objects.
264
264
265
- * (sagemaker.session .TrainingInput) - Channel configuration for S3 data sources that can
265
+ * (sagemaker.inputs .TrainingInput) - Channel configuration for S3 data sources that can
266
266
provide additional information about the training dataset. See
267
- :func:`sagemaker.session .TrainingInput` for full details.
267
+ :func:`sagemaker.inputs .TrainingInput` for full details.
268
268
269
269
* (sagemaker.amazon.amazon_estimator.RecordSet) - A collection of
270
270
Amazon :class:~`Record` objects serialized and stored in S3.
0 commit comments