MonitoringS3Output
public struct MonitoringS3Output : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.
Declaration
Swift
public let localPath: String -
Whether to upload the results of the monitoring job continuously or after the job completes.
Declaration
Swift
public let s3UploadMode: ProcessingS3UploadMode? -
A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.
Declaration
Swift
public let s3Uri: String -
Undocumented
Declaration
Swift
public init(localPath: String, s3UploadMode: ProcessingS3UploadMode? = nil, s3Uri: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
MonitoringS3Output Structure Reference