Module Values_1.RecommendationJobCompiledOutputConfigSource

Provides information about the output configuration for the compiled model.

Sourcetype nonrec t = {
  1. s3OutputUri : Values_0.S3Uri.t option;
    (*

    Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.

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