Module Values_0.AIRecommendationSource

An optimization recommendation generated by an AI recommendation job.

Sourcetype nonrec t = {
  1. recommendationDescription : String_.t option;
    (*

    A description of the recommendation.

    *)
  2. optimizationDetails : AIRecommendationOptimizationDetailList.t option;
    (*

    The optimization techniques applied in this recommendation.

    *)
  3. modelDetails : AIRecommendationModelDetails.t option;
    (*

    Details about the model package associated with this recommendation.

    *)
  4. deploymentConfiguration : AIRecommendationDeploymentConfiguration.t option;
    (*

    The deployment configuration for this recommendation, including the container image, instance type, instance count, and environment variables.

    *)
  5. aIBenchmarkJobArn : AIBenchmarkJobArn.t option;
    (*

    The Amazon Resource Name (ARN) of the benchmark job associated with this recommendation.

    *)
  6. expectedPerformance : ExpectedPerformanceList.t option;
    (*

    The expected performance metrics for this recommendation.

    *)
}
Sourceval make : ?recommendationDescription:??? -> ?optimizationDetails:??? -> ?modelDetails:??? -> ?deploymentConfiguration:??? -> ?aIBenchmarkJobArn:??? -> ?expectedPerformance:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t