Values_1.InferenceComponentContainerSpecificationSummarySourceDetails about the resources that are deployed with this inference component.
type nonrec t = {deployedImage : DeployedImage.t option;artifactUrl : Values_0.Url.t option;The Amazon S3 path where the model artifacts are stored.
*)environment : Values_0.EnvironmentMap.t option;The environment variables to set in the Docker container.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.Url.t
| `Structure of
(string
* [> `String of Values_0.ContainerImage.t
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]