Values_0.AutoMLContainerDefinitionSourceA list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see ContainerDefinition.
type nonrec t = {image : ContainerImage.t option;The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see ContainerDefinition.
*)modelDataUrl : Url.t option;The location of the model artifacts. For more information, see ContainerDefinition.
*)environment : EnvironmentMap.t option;The environment variables to set in the container. For more information, see ContainerDefinition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of EnvironmentKey.t ]
* [> `String of EnvironmentValue.t ])
list
| `String of ContainerImage.t ])
list ]