Module Values_1.DeploymentRecommendationSource

A set of recommended deployment configurations for the model. To get more advanced recommendations, see CreateInferenceRecommendationsJob to create an inference recommendation job.

Sourcetype nonrec t = {
  1. recommendationStatus : RecommendationStatus.t option;
    (*

    Status of the deployment recommendation. The status NOT_APPLICABLE means that SageMaker is unable to provide a default recommendation for the model using the information provided. If the deployment status is IN_PROGRESS, retry your API call after a few seconds to get a COMPLETED deployment recommendation.

    *)
  2. realTimeInferenceRecommendations : RealTimeInferenceRecommendations.t option;
    (*

    A list of RealTimeInferenceRecommendation items.

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