Module Values_1.CreateInferenceExperimentResponseSource

Creates an inference experiment using the configurations specified in the request. Use this API to setup and schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.

Sourcetype nonrec t = {
  1. inferenceExperimentArn : InferenceExperimentArn.t option;
    (*

    The ARN for your inference experiment.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceInUse of Values_0.ResourceInUse.t
  2. | `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?inferenceExperimentArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceInUse of Values_0.ResourceInUse.t | `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceInUse of Values_0.ResourceInUse.t | `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InferenceExperimentArn.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