You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ProcessingOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProcessingOutputConfig
- Defined in:
- (unknown)
Overview
Note:
When passing ProcessingOutputConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
outputs: [ # required
{
output_name: "String", # required
s3_output: { # required
s3_uri: "S3Uri", # required
local_path: "ProcessingLocalPath", # required
s3_upload_mode: "Continuous", # required, accepts Continuous, EndOfJob
},
},
],
kms_key_id: "KmsKeyId",
}
The output configuration for the processing job.
Returned by:
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the processing job output.
-
#outputs ⇒ Array<Types::ProcessingOutput>
Output configuration information for a processing job.
Instance Attribute Details
#kms_key_id ⇒ String
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses
to encrypt the processing job output. KmsKeyId
can be an ID of a KMS
key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The
KmsKeyId
is applied to all outputs.
#outputs ⇒ Array<Types::ProcessingOutput>
Output configuration information for a processing job.