File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
sagemaker-core/src/sagemaker/core/training Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -124,28 +124,7 @@ class SourceCode(BaseConfig):
124124 ".ipynb_checkpoints" ,
125125 ]
126126
127- class OutputDataConfig (shapes .OutputDataConfig ):
128- """OutputDataConfig.
129-
130- Provides the configuration for the output data location of the training job
131- (will not be carried over to any model repository or deployment).
132-
133- Parameters:
134- s3_output_path (Optional[StrPipeVar]):
135- The S3 URI where the output data will be stored. This is the location where the
136- training job will save its output data, such as model artifacts and logs.
137- kms_key_id (Optional[StrPipeVar]):
138- The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
139- SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side
140- encryption.
141- compression_type (Optional[StrPipeVar]):
142- The model output compression type. Select None to output an uncompressed model,
143- recommended for large model outputs. Defaults to gzip.
144- """
145127
146- s3_output_path : Optional [StrPipeVar ] = None
147- kms_key_id : Optional [StrPipeVar ] = None
148- compression_type : Optional [StrPipeVar ] = None
149128
150129
151130class Compute (shapes .ResourceConfig ):
You can’t perform that action at this time.
0 commit comments