TensorBoardOutputConfig
public struct TensorBoardOutputConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.
Declaration
Swift
public let localPath: String? -
Path to Amazon S3 storage location for TensorBoard output.
Declaration
Swift
public let s3OutputPath: String -
Undocumented
Declaration
Swift
public init(localPath: String? = nil, s3OutputPath: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TensorBoardOutputConfig Structure Reference