Module Values_1.RealTimeInferenceRecommendationSource

The recommended configuration to use for Real-Time Inference.

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

    The recommendation ID which uniquely identifies each recommendation.

    *)
  2. instanceType : Values_0.ProductionVariantInstanceType.t option;
    (*

    The recommended instance type for Real-Time Inference.

    *)
  3. environment : Values_0.EnvironmentMap.t option;
    (*

    The recommended environment variables to set in the model container for Real-Time Inference.

    *)
}
Sourceval make : ?recommendationId:??? -> ?instanceType:??? -> ?environment:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.String_.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