Module Values_1.EnvironmentParameterSource

A list of environment parameters suggested by the Amazon SageMaker Inference Recommender.

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

    The environment key suggested by the Amazon SageMaker Inference Recommender.

    *)
  2. valueType : Values_0.String_.t option;
    (*

    The value type suggested by the Amazon SageMaker Inference Recommender.

    *)
  3. value : Values_0.String_.t option;
    (*

    The value suggested by the Amazon SageMaker Inference Recommender.

    *)
}
Sourceval make : ?key:??? -> ?valueType:??? -> ?value:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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