ProcessingOutputConfig

public struct ProcessingOutputConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let kmsKeyId: String?
  • Output configuration information for a processing job.

    Declaration

    Swift

    public let outputs: [ProcessingOutput]
  • Undocumented

    Declaration

    Swift

    public init(kmsKeyId: String? = nil, outputs: [ProcessingOutput])
  • Declaration

    Swift

    public func validate(name: String) throws