InferenceComponentContainerSpecificationSummary
Details about the resources that are deployed with this inference component.
Contents
- ArtifactUrl
-
The Amazon S3 path where the model artifacts are stored.
Type: String
Length Constraints: Maximum length of 1024.
Pattern:
^(https|s3)://([^/]+)/?(.*)$
Required: No
- DeployedImage
-
Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.
If you used the
registry/repository[:tag]
form to specify the image path of the primary container when you created the model hosted in thisProductionVariant
, the path resolves to a path of the formregistry/repository[@digest]
. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image in the Amazon ECR User Guide.Type: DeployedImage object
Required: No
- Environment
-
The environment variables to set in the Docker container.
Type: String to string map
Map Entries: Maximum number of 100 items.
Key Length Constraints: Maximum length of 1024.
Key Pattern:
[a-zA-Z_][a-zA-Z0-9_]*
Value Length Constraints: Maximum length of 1024.
Value Pattern:
[\S\s]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: