Module Values.AlgorithmSpecificationSource

Defines the Amazon Braket hybrid job to be created. Specifies the container image the job uses and the paths to the Python scripts used for entry and training.

Sourcetype nonrec t = {
  1. scriptModeConfig : ScriptModeConfig.t option;
    (*

    Configures the paths to the Python scripts used for entry and training.

    *)
  2. containerImage : ContainerImage.t option;
    (*

    The container image used to create an Amazon Braket hybrid job.

    *)
}
Sourceval make : ?scriptModeConfig:??? -> ?containerImage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of String_.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