Values_1.ModelShardingConfigSourceSettings for the model sharding technique that's applied by a model optimization job.
type nonrec t = {image : OptimizationContainerImage.t option;The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.
*)overrideEnvironment : OptimizationJobEnvironmentVariables.t option;Environment variables that override the default ones in the model container.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of Values_0.NonEmptyString256.t ]
* [> `String of Values_0.String256.t ])
list
| `String of OptimizationContainerImage.t ])
list ]