| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceConfig |
InstanceConfig.clone() |
InstanceConfig |
GetJobResult.getInstanceConfig()
The resource instances to use while running the hybrid job on Amazon Braket.
|
InstanceConfig |
CreateJobRequest.getInstanceConfig()
Configuration of the resource instances to use while running the hybrid job on Amazon Braket.
|
InstanceConfig |
InstanceConfig.withInstanceCount(Integer instanceCount)
Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket.
|
InstanceConfig |
InstanceConfig.withInstanceType(InstanceType instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
|
InstanceConfig |
InstanceConfig.withInstanceType(String instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
|
InstanceConfig |
InstanceConfig.withVolumeSizeInGb(Integer volumeSizeInGb)
The size of the storage volume, in GB, that user wants to provision.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobResult.setInstanceConfig(InstanceConfig instanceConfig)
The resource instances to use while running the hybrid job on Amazon Braket.
|
void |
CreateJobRequest.setInstanceConfig(InstanceConfig instanceConfig)
Configuration of the resource instances to use while running the hybrid job on Amazon Braket.
|
GetJobResult |
GetJobResult.withInstanceConfig(InstanceConfig instanceConfig)
The resource instances to use while running the hybrid job on Amazon Braket.
|
CreateJobRequest |
CreateJobRequest.withInstanceConfig(InstanceConfig instanceConfig)
Configuration of the resource instances to use while running the hybrid job on Amazon Braket.
|
Copyright © 2025. All rights reserved.