Module Values.InferenceContainerConfigSource

Provides configuration information for the inference container.

Sourcetype nonrec t = {
  1. imageUri : AlgorithmImage.t;
    (*

    The registry path of the docker image that contains the inference algorithm. Clean Rooms ML currently only supports the registry/repository[:tag] image path format. For more information about using images in Clean Rooms ML, see the Sagemaker API reference.

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