Values_0.AIRecommendationSourceAn optimization recommendation generated by an AI recommendation job.
type nonrec t = {recommendationDescription : String_.t option;A description of the recommendation.
*)optimizationDetails : AIRecommendationOptimizationDetailList.t option;The optimization techniques applied in this recommendation.
*)modelDetails : AIRecommendationModelDetails.t option;Details about the model package associated with this recommendation.
*)deploymentConfiguration : AIRecommendationDeploymentConfiguration.t option;The deployment configuration for this recommendation, including the container image, instance type, instance count, and environment variables.
*)aIBenchmarkJobArn : AIBenchmarkJobArn.t option;The Amazon Resource Name (ARN) of the benchmark job associated with this recommendation.
*)expectedPerformance : ExpectedPerformanceList.t option;The expected performance metrics for this recommendation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of AIRecommendationInstanceCount.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of AIRecommendationInstanceCount.t
| `String of AIChannelName.t ])
list ]
list
| `Map of
([> `String of EnvironmentKey.t ]
* [> `String of EnvironmentValue.t ])
list
| `String of ModelPackageArn.t ])
list ])
list ]