OutputDataConfig
class OutputDataConfig
Provides information about how to store model training results (model artifacts).
Types
Properties
Link copied to clipboard
The model output compression type. Select None
to output an uncompressed model, recommended for large model outputs. Defaults to gzip.
Link copied to clipboard
Identifies the S3 path where you want SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix
.