Values_1.OptimizationJobOutputConfigSourceDetails for where to store the optimized model that you create with the optimization job.
type nonrec t = {kmsKeyId : Values_0.KmsKeyId.t option;The Amazon Resource Name (ARN) of a key in Amazon Web Services KMS. SageMaker uses they key to encrypt the artifacts of the optimized model when SageMaker uploads the model to Amazon S3.
*)s3OutputLocation : Values_0.S3Uri.t;The Amazon S3 URI for where to store the optimized model that you create with an optimization job.
*)sageMakerModel : OptimizationSageMakerModel.t option;The name of a SageMaker model to use as the output destination for an optimization job.
*)}val make :
?kmsKeyId:??? ->
?sageMakerModel:??? ->
s3OutputLocation:Values_0.S3Uri.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.KmsKeyId.t
| `Structure of (string * [> `String of Values_0.ModelName.t ]) list ])
list ]