ModelExplainabilityAppSpecification
Docker container image configuration object for the model explainability job.
Contents
- ConfigUri
-
JSON formatted Amazon S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
(https|s3)://([^/]+)/?(.*)
Required: Yes
- ImageUri
-
The container image to be run by the model explainability job.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Pattern:
.*
Required: Yes
- Environment
-
Sets the environment variables in the Docker container.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 50 items.
Key Length Constraints: Minimum length of 0. Maximum length of 256.
Key Pattern:
[a-zA-Z_][a-zA-Z0-9_]*
Value Length Constraints: Minimum length of 0. Maximum length of 256.
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: