Values.GroupingRecommendationSourceCreates a new grouping recommendation.
type nonrec t = {confidenceLevel : GroupingRecommendationConfidenceLevel.t option;Indicates the confidence level of Resilience Hub on the grouping recommendation.
*)creationTime : TimeStamp.t option;Indicates the creation time of the grouping recommendation.
*)groupingAppComponent : GroupingAppComponent.t option;Indicates the name of the recommended Application Component (AppComponent).
*)groupingRecommendationId : String255.t option;Indicates all the reasons available for rejecting a grouping recommendation.
*)recommendationReasons : String255List.t option;Indicates all the reasons available for rejecting a grouping recommendation.
*)rejectionReason : GroupingRecommendationRejectionReason.t option;Indicates the reason you had selected while rejecting a grouping recommendation.
*)resources : GroupingResourceList.t option;Indicates the resources that are grouped in a recommended AppComponent.
*)score : Double.t option;Indicates the confidence level of the grouping recommendation.
*)status : GroupingRecommendationStatusType.t option;Indicates the status of grouping resources into AppComponents.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `List of
[> `String of String255.t
| `Structure of
(string
* [> `List of [> `String of String255.t ] list
| `String of String255.t
| `Structure of
(string * [> `Enum of string | `String of String255.t ])
list ])
list ]
list
| `String of String255.t
| `Structure of (string * [> `String of EntityName255.t ]) list
| `Timestamp of TimeStamp.t ])
list ]