Model Container Args
data class ModelContainerArgs(val containerHostname: Output<String>? = null, val environment: Output<Map<String, String>>? = null, val image: Output<String>, val imageConfig: Output<ModelContainerImageConfigArgs>? = null, val mode: Output<String>? = null, val modelDataUrl: Output<String>? = null) : ConvertibleToJava<ModelContainerArgs>
Properties
Link copied to clipboard
The DNS host name for the container.
Link copied to clipboard
Environment variables for the Docker container. A list of key value pairs.
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
The URL for the S3 location where model artifacts are stored.