ModelPackageSourceAlgorithmArgs

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
constructor(algorithmName: Output<String>, modelDataUrl: Output<String>? = null)

Properties

Link copied to clipboard
val algorithmName: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ModelPackageSourceAlgorithmArgs