SourceAlgorithm

public struct SourceAlgorithm : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.

    Declaration

    Swift

    public let algorithmName: String
  • The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

    Declaration

    Swift

    public let modelDataUrl: String?
  • Undocumented

    Declaration

    Swift

    public init(algorithmName: String, modelDataUrl: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws