You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ProcessingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProcessingOutput
- Defined in:
- (unknown)
Overview
Note:
When passing ProcessingOutput as input to an Aws::Client method, you can use a vanilla Hash:
{
output_name: "String", # required
s3_output: { # required
s3_uri: "S3Uri", # required
local_path: "ProcessingLocalPath", # required
s3_upload_mode: "Continuous", # required, accepts Continuous, EndOfJob
},
}
Describes the results of a processing job.
Instance Attribute Summary collapse
-
#output_name ⇒ String
The name for the processing job output.
-
#s3_output ⇒ Types::ProcessingS3Output
Configuration for processing job outputs in Amazon S3.
Instance Attribute Details
#output_name ⇒ String
The name for the processing job output.
#s3_output ⇒ Types::ProcessingS3Output
Configuration for processing job outputs in Amazon S3.