ModelCardContainer

data class ModelCardContainer(val image: String, val modelDataUrl: String? = null, val nearestModelName: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val modelDataUrl: String? = null

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

Link copied to clipboard

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