ProcessingS3Output

Configuration for uploading output data to Amazon S3 from the processing container.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.

Link copied to clipboard

Whether to upload the results of the processing job continuously or after the job completes.

Link copied to clipboard

A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String