Module Values_1.OptimizationJobOutputConfigSource

Details for where to store the optimized model that you create with the optimization job.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. s3OutputLocation : Values_0.S3Uri.t;
    (*

    The Amazon S3 URI for where to store the optimized model that you create with an optimization job.

    *)
  3. sageMakerModel : OptimizationSageMakerModel.t option;
    (*

    The name of a SageMaker model to use as the output destination for an optimization job.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKeyId:??? -> ?sageMakerModel:??? -> s3OutputLocation:Values_0.S3Uri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.KmsKeyId.t | `Structure of (string * [> `String of Values_0.ModelName.t ]) 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