TransformOutput¶
-
class
aws_cdk.aws_stepfunctions_tasks.
TransformOutput
(*, s3_output_path, accept=None, assemble_with=None, encryption_key=None)¶ Bases:
object
(experimental) S3 location where you want Amazon SageMaker to save the results from the transform job.
- Parameters
s3_output_path (
str
) – (experimental) S3 path where you want Amazon SageMaker to store the results of the transform job.accept (
Optional
[str
]) – (experimental) MIME type used to specify the output data. Default: - Noneassemble_with (
Optional
[AssembleWith
]) – (experimental) Defines how to assemble the results of the transform job as a single S3 object. Default: - Noneencryption_key (
Optional
[IKey
]) – (experimental) AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. Default: - default KMS key for Amazon S3 for your role’s account.
- Stability
experimental
Attributes
-
accept
¶ (experimental) MIME type used to specify the output data.
- Default
None
- Stability
experimental
- Return type
Optional
[str
]
-
assemble_with
¶ (experimental) Defines how to assemble the results of the transform job as a single S3 object.
- Default
None
- Stability
experimental
- Return type
Optional
[AssembleWith
]
-
encryption_key
¶ (experimental) AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
- Default
default KMS key for Amazon S3 for your role’s account.
- Stability
experimental
- Return type
Optional
[IKey
]
-
s3_output_path
¶ (experimental) S3 path where you want Amazon SageMaker to store the results of the transform job.
- Stability
experimental
- Return type
str