Module Values_1.InferenceRecommendationSource

A list of recommendations made by Amazon SageMaker Inference Recommender.

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

    The recommendation ID which uniquely identifies each recommendation.

    *)
  2. metrics : RecommendationMetrics.t option;
    (*

    The metrics used to decide what recommendation to make.

    *)
  3. endpointConfiguration : EndpointOutputConfiguration.t option;
    (*

    Defines the endpoint configuration parameters.

    *)
  4. modelConfiguration : ModelConfiguration.t option;
    (*

    Defines the model configuration.

    *)
  5. invocationEndTime : InvocationEndTime.t option;
    (*

    A timestamp that shows when the benchmark completed.

    *)
  6. invocationStartTime : InvocationStartTime.t option;
    (*

    A timestamp that shows when the benchmark started.

    *)
}
Sourceval make : ?recommendationId:??? -> ?metrics:??? -> ?endpointConfiguration:??? -> ?modelConfiguration:??? -> ?invocationEndTime:??? -> ?invocationStartTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `Float of Values_0.Float_.t | `Integer of Values_0.Integer.t | `List of [> `Structure of (string * [> `String of Values_0.String_.t ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Integer of int ]) list ]) list | `Timestamp of InvocationEndTime.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