Module Values_0.AutoMLOutputDataConfigSource

The output data configuration.

Sourcetype nonrec t = {
  1. kmsKeyId : KmsKeyId.t option;
    (*

    The Key Management Service encryption key ID.

    *)
  2. s3OutputPath : S3Uri.t;
    (*

    The Amazon S3 output path. Must be 512 characters or less.

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