Values_0.AIRecommendationModelDetailsSourceDetails about the model package in a recommendation.
type nonrec t = {modelPackageArn : ModelPackageArn.t option;The Amazon Resource Name (ARN) of the model package.
*)inferenceSpecificationName : AIInferenceSpecificationName.t option;The name of the inference specification within the model package.
*)instanceDetails : AIRecommendationInstanceDetailList.t option;The instance details for this recommendation, including instance type, count, and model copies per instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of AIRecommendationInstanceCount.t ])
list ]
list
| `String of ModelPackageArn.t ])
list ]