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.
Constructors
Link copied to clipboard
fun ModelPackageSourceAlgorithmArgs(algorithmName: Output<String>, modelDataUrl: Output<String>? = null)