| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceConfig |
DeviceConfig.clone() |
DeviceConfig |
GetJobResult.getDeviceConfig()
The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
|
DeviceConfig |
CreateJobRequest.getDeviceConfig()
The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.
|
DeviceConfig |
DeviceConfig.withDevice(String device)
The primary quantum processing unit (QPU) or simulator used to create and run an Amazon Braket job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobResult.setDeviceConfig(DeviceConfig deviceConfig)
The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
|
void |
CreateJobRequest.setDeviceConfig(DeviceConfig deviceConfig)
The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.
|
GetJobResult |
GetJobResult.withDeviceConfig(DeviceConfig deviceConfig)
The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
|
CreateJobRequest |
CreateJobRequest.withDeviceConfig(DeviceConfig deviceConfig)
The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.
|
Copyright © 2022. All rights reserved.