Module Values.InferenceOutputConfigurationSource

Specifies configuration information for the output results from for the inference, including KMS key ID and output S3 location.

Sourcetype nonrec t = {
  1. s3OutputConfiguration : InferenceS3OutputConfiguration.t;
    (*

    Specifies configuration information for the output results from for the inference, output S3 location.

    *)
  2. kmsKeyId : NameOrArn.t option;
    (*

    The ID number for the KMS key key used to encrypt the inference output.

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