ModelCardContainerArgs

data class ModelCardContainerArgs(val image: Output<String>, val modelDataUrl: Output<String>? = null, val nearestModelName: Output<String>? = null) : ConvertibleToJava<ModelCardContainerArgs>

Constructors

Link copied to clipboard
constructor(image: Output<String>, modelDataUrl: Output<String>? = null, nearestModelName: Output<String>? = null)

Properties

Link copied to clipboard
val image: Output<String>

Inference environment path. The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.

Link copied to clipboard
val modelDataUrl: Output<String>? = null

The Amazon S3 path where the model artifacts, which result from model training, are stored.

Link copied to clipboard
val nearestModelName: Output<String>? = null

The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.

Functions

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