SageMakerMachineLearningModelResourceData
public struct SageMakerMachineLearningModelResourceData : 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 ARN of the Amazon SageMaker training job that represents the source model.
Declaration
Swift
public let sageMakerJobArn: String?
-
Undocumented
Declaration
Swift
public init(destinationPath: String? = nil, ownerSetting: ResourceDownloadOwnerSetting? = nil, sageMakerJobArn: String? = nil)