Values_1.CreateOptimizationJobResponseSourceCreates 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.
type nonrec t = {optimizationJobArn : OptimizationJobArn.t option;The Amazon Resource Name (ARN) of the optimization job.
*)}type nonrec error = [ | `ResourceInUse of Values_0.ResourceInUse.t| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]