Module Values_1.ModelExplainabilityAppSpecificationSource

Docker container image configuration object for the model explainability job.

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

    The container image to be run by the model explainability job.

    *)
  2. configUri : Values_0.S3Uri.t;
    (*

    JSON formatted Amazon S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.

    *)
  3. environment : Values_0.MonitoringEnvironmentMap.t option;
    (*

    Sets the environment variables in the Docker container.

    *)
}
Sourceval context_ : string
Sourceval make : ?environment:??? -> imageUri:Values_0.ImageUri.t -> configUri:Values_0.S3Uri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.ImageUri.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