Module Values_1.ProcessingOutputConfigSource

Configuration for uploading output from the processing container.

Sourcetype nonrec t = {
  1. outputs : ProcessingOutputs.t;
    (*

    An array of outputs configuring the data to upload from the processing container.

    *)
  2. kmsKeyId : Values_0.KmsKeyId.t option;
    (*

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKeyId:??? -> outputs:ProcessingOutputs.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Values_0.AppManaged.t | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of Values_0.S3Uri.t ]) list ]) list ] list | `String of Values_0.KmsKeyId.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