Module Values_0.AIRecommendationInstanceDetailSource

Instance details for a recommendation.

Sourcetype nonrec t = {
  1. instanceType : AIRecommendationInstanceType.t option;
    (*

    The recommended instance type.

    *)
  2. instanceCount : AIRecommendationInstanceCount.t option;
    (*

    The recommended number of instances.

    *)
  3. copyCountPerInstance : AIRecommendationCopyCountPerInstance.t option;
    (*

    The number of model copies per instance.

    *)
}
Sourceval make : ?instanceType:??? -> ?instanceCount:??? -> ?copyCountPerInstance:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of AIRecommendationInstanceCount.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