ModelCardSourceAlgorithmArgs

data class ModelCardSourceAlgorithmArgs(val algorithmName: Output<String>, val modelDataUrl: Output<String>? = null) : ConvertibleToJava<ModelCardSourceAlgorithmArgs>

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

Functions

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