public static interface InstanceConfig.Builder extends SdkPojo, CopyableBuilder<InstanceConfig.Builder,InstanceConfig>
| Modifier and Type | Method and Description |
|---|---|
InstanceConfig.Builder |
instanceCount(Integer instanceCount)
Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket.
|
InstanceConfig.Builder |
instanceType(InstanceType instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
|
InstanceConfig.Builder |
instanceType(String instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
|
InstanceConfig.Builder |
volumeSizeInGb(Integer volumeSizeInGb)
The size of the storage volume, in GB, that user wants to provision.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceConfig.Builder instanceCount(Integer instanceCount)
Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.
instanceCount - Configures the number of resource instances to use while running an Amazon Braket job on Amazon
Braket. The default value is 1.InstanceConfig.Builder instanceType(String instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
instanceType - Configures the type resource instances to use while running an Amazon Braket hybrid job.InstanceType,
InstanceTypeInstanceConfig.Builder instanceType(InstanceType instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
instanceType - Configures the type resource instances to use while running an Amazon Braket hybrid job.InstanceType,
InstanceTypeInstanceConfig.Builder volumeSizeInGb(Integer volumeSizeInGb)
The size of the storage volume, in GB, that user wants to provision.
volumeSizeInGb - The size of the storage volume, in GB, that user wants to provision.Copyright © 2023. All rights reserved.