S3MachineLearningModelResourceData
public struct S3MachineLearningModelResourceData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The absolute local path of the resource inside the Lambda environment.
Declaration
Swift
public let destinationPath: String? -
Undocumented
Declaration
Swift
public let ownerSetting: ResourceDownloadOwnerSetting? -
The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.
Declaration
Swift
public let s3Uri: String? -
Undocumented
Declaration
Swift
public init(destinationPath: String? = nil, ownerSetting: ResourceDownloadOwnerSetting? = nil, s3Uri: String? = nil)
View on GitHub
S3MachineLearningModelResourceData Structure Reference