Values.InstanceConfigSourceConfigures the resource instances to use while running the Amazon Braket hybrid job on Amazon Braket.
type nonrec t = {instanceType : InstanceType.t;Configures the type of resource instances to use while running an Amazon Braket hybrid job.
*)volumeSizeInGb : InstanceConfigVolumeSizeInGbInteger.t;The size of the storage volume, in GB, to provision.
*)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.
*)}val make :
?instanceCount:??? ->
instanceType:InstanceType.t ->
volumeSizeInGb:InstanceConfigVolumeSizeInGbInteger.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of InstanceConfigVolumeSizeInGbInteger.t ])
list ]