ModelPrimaryContainer

data class ModelPrimaryContainer(val containerHostname: String? = null, val environment: Map<String, String>? = null, val image: String, val imageConfig: ModelPrimaryContainerImageConfig? = null, val mode: String? = null, val modelDataUrl: String? = null)

Constructors

Link copied to clipboard
constructor(containerHostname: String? = null, environment: Map<String, String>? = null, image: String, imageConfig: ModelPrimaryContainerImageConfig? = null, mode: String? = null, modelDataUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DNS host name for the container.

Link copied to clipboard
val environment: Map<String, String>? = null

Environment variables for the Docker container. A list of key value pairs.

Link copied to clipboard

The registry path where the inference code image is stored in Amazon ECR.

Link copied to clipboard

Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see Using a Private Docker Registry for Real-Time Inference Containers. see Image Config.

Link copied to clipboard
val mode: String? = null

The container hosts value SingleModel/MultiModel. The default value is SingleModel.

Link copied to clipboard
val modelDataUrl: String? = null

The URL for the S3 location where model artifacts are stored.