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
show all
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

Instance Attribute Details

#output_nameString

The name for the processing job output.

Returns:

  • (String)

    The name for the processing job output.

#s3_outputTypes::ProcessingS3Output

Configuration for processing job outputs in Amazon S3.

Returns: