Skip to content

Commit 9a89f6a

Browse files
committed
fix docs
1 parent 21c5288 commit 9a89f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/modules/configs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ class OutputDataConfig(shapes.OutputDataConfig):
240240
SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side
241241
encryption.
242242
compression_type (Optional[str]):
243-
The model output compression type. Select None to output an uncompressed model,
244-
recommended for large model outputs. Defaults to gzip.
243+
The model output compression type. Select `NONE` to output an uncompressed model,
244+
recommended for large model outputs. Defaults to `GZIP`.
245245
"""
246246

247247
s3_output_path: Optional[str] = None

0 commit comments

Comments
 (0)