ProcessingS3Output

public struct ProcessingS3Output : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The local path to the Amazon S3 bucket where you want Amazon SageMaker to save the results of an processing job. LocalPath is an absolute path to the input data.

    Declaration

    Swift

    public let localPath: String
  • Whether to upload the results of the processing job continuously or after the job completes.

    Declaration

    Swift

    public let s3UploadMode: ProcessingS3UploadMode
  • A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.

    Declaration

    Swift

    public let s3Uri: String
  • Undocumented

    Declaration

    Swift

    public init(localPath: String, s3UploadMode: ProcessingS3UploadMode, s3Uri: String)
  • Declaration

    Swift

    public func validate(name: String) throws