Values_1.ModelExplainabilityAppSpecificationSourceDocker container image configuration object for the model explainability job.
type nonrec t = {imageUri : Values_0.ImageUri.t;The container image to be run by the model explainability job.
*)configUri : Values_0.S3Uri.t;JSON formatted Amazon S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.
*)environment : Values_0.MonitoringEnvironmentMap.t option;Sets the environment variables in the Docker container.
*)}val make :
?environment:??? ->
imageUri:Values_0.ImageUri.t ->
configUri:Values_0.S3Uri.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.ImageUri.t ])
list ]