ModelPackageValidationProfile
public struct ModelPackageValidationProfile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the profile for the model package.
Declaration
Swift
public let profileName: String -
The TransformJobDefinition object that describes the transform job used for the validation of the model package.
Declaration
Swift
public let transformJobDefinition: TransformJobDefinition -
Undocumented
Declaration
Swift
public init(profileName: String, transformJobDefinition: TransformJobDefinition) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ModelPackageValidationProfile Structure Reference