Module Values_0.AIRecommendationModelDetailsSource

Details about the model package in a recommendation.

Sourcetype nonrec t = {
  1. modelPackageArn : ModelPackageArn.t option;
    (*

    The Amazon Resource Name (ARN) of the model package.

    *)
  2. inferenceSpecificationName : AIInferenceSpecificationName.t option;
    (*

    The name of the inference specification within the model package.

    *)
  3. instanceDetails : AIRecommendationInstanceDetailList.t option;
    (*

    The instance details for this recommendation, including instance type, count, and model copies per instance.

    *)
}
Sourceval make : ?modelPackageArn:??? -> ?inferenceSpecificationName:??? -> ?instanceDetails:??? -> unit -> t
Sourceval 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 ]
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