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: Minimum length of 0. 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: Minimum number of 0 items. Maximum number of 100 items. Key Length Constraints: Minimum length of 0. Maximum length of 1024. Key Pattern: [a-zA-Z_][a-zA-Z0-9_]*Value Length Constraints: Minimum length of 0. 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: