Module Values_1.CreateOptimizationJobResponseSource

Creates a job that optimizes a model for inference performance. To create the job, you provide the location of a source model, and you provide the settings for the optimization techniques that you want the job to apply. When the job completes successfully, SageMaker uploads the new optimized model to the output destination that you specify. For more information about how to use this action, and about the supported optimization techniques, see Optimize model inference with Amazon SageMaker.

Sourcetype nonrec t = {
  1. optimizationJobArn : OptimizationJobArn.t option;
    (*

    The Amazon Resource Name (ARN) of the optimization job.

    *)
}
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 : ?optimizationJobArn:??? -> 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 OptimizationJobArn.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