CheckpointConfig
public struct CheckpointConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
(Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.
Declaration
Swift
public let localPath: String?
-
Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.
Declaration
Swift
public let s3Uri: String
-
Undocumented
Declaration
Swift
public init(localPath: String? = nil, s3Uri: String)
-
Declaration
Swift
public func validate(name: String) throws