ModelPackageSourceAlgorithm

data class ModelPackageSourceAlgorithm(val algorithmName: String, val modelDataUrl: String? = null)

Specifies 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.

Constructors

Link copied to clipboard
constructor(algorithmName: String, modelDataUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard
val modelDataUrl: String? = null

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).