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 a3485ae commit 0f1e713Copy full SHA for 0f1e713
tests/unit/sagemaker/modules/train/test_model_trainer.py
@@ -324,9 +324,7 @@ def test_train_with_intelligent_defaults_training_job_space(
324
hyper_parameters={},
325
input_data_config=[],
326
resource_config=ResourceConfig(
327
- volume_size_in_gb=30,
328
- instance_type="ml.m5.xlarge",
329
- instance_count=1
+ volume_size_in_gb=30, instance_type="ml.m5.xlarge", instance_count=1
330
),
331
vpc_config=None,
332
session=ANY,
0 commit comments