Model Package Source Algorithm Args
data class ModelPackageSourceAlgorithmArgs(val algorithmName: Output<String>, val modelDataUrl: Output<String>? = null) : ConvertibleToJava<ModelPackageSourceAlgorithmArgs>
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.
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
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).