Module Values.InstanceConfigSource

Configures the resource instances to use while running the Amazon Braket hybrid job on Amazon Braket.

Sourcetype nonrec t = {
  1. instanceType : InstanceType.t;
    (*

    Configures the type of resource instances to use while running an Amazon Braket hybrid job.

    *)
  2. volumeSizeInGb : InstanceConfigVolumeSizeInGbInteger.t;
    (*

    The size of the storage volume, in GB, to provision.

    *)
  3. instanceCount : InstanceConfigInstanceCountInteger.t option;
    (*

    Configures the number of resource instances to use while running an Amazon Braket hybrid job on Amazon Braket. The default value is 1.

    *)
}
Sourceval context_ : string
Sourceval make : ?instanceCount:??? -> instanceType:InstanceType.t -> volumeSizeInGb:InstanceConfigVolumeSizeInGbInteger.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of InstanceConfigVolumeSizeInGbInteger.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