Uses of Class
software.amazon.awssdk.services.braket.model.DeviceConfig
-
Packages that use DeviceConfig Package Description software.amazon.awssdk.services.braket.model -
-
Uses of DeviceConfig in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return DeviceConfig Modifier and Type Method Description DeviceConfigCreateJobRequest. deviceConfig()The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.DeviceConfigGetJobResponse. deviceConfig()The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.Methods in software.amazon.awssdk.services.braket.model with parameters of type DeviceConfig Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. deviceConfig(DeviceConfig deviceConfig)The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.GetJobResponse.BuilderGetJobResponse.Builder. deviceConfig(DeviceConfig deviceConfig)The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
-