InferenceComponentContainerSpecificationArgs

data class InferenceComponentContainerSpecificationArgs(val artifactUrl: Output<String>? = null, val deployedImage: Output<InferenceComponentDeployedImageArgs>? = null, val environment: Output<Map<String, String>>? = null, val image: Output<String>? = null) : ConvertibleToJava<InferenceComponentContainerSpecificationArgs>

Constructors

constructor(artifactUrl: Output<String>? = null, deployedImage: Output<InferenceComponentDeployedImageArgs>? = null, environment: Output<Map<String, String>>? = null, image: Output<String>? = null)

Properties

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

The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

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

The environment variables to set in the Docker container. Each key and value in the Environment string-to-string map can have length of up to 1024. We support up to 16 entries in the map.

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

The Amazon Elastic Container Registry (Amazon ECR) path where the Docker image for the model is stored.

Functions

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