MonitoringOutputConfig
public struct MonitoringOutputConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
Declaration
Swift
public let kmsKeyId: String?
-
Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.
Declaration
Swift
public let monitoringOutputs: [MonitoringOutput]
-
Undocumented
Declaration
Swift
public init(kmsKeyId: String? = nil, monitoringOutputs: [MonitoringOutput])
-
Declaration
Swift
public func validate(name: String) throws