Uses of Class
software.amazon.awssdk.services.braket.model.InstanceConfig
-
Packages that use InstanceConfig Package Description software.amazon.awssdk.services.braket.model -
-
Uses of InstanceConfig in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return InstanceConfig Modifier and Type Method Description InstanceConfigCreateJobRequest. instanceConfig()Configuration of the resource instances to use while running the hybrid job on Amazon Braket.InstanceConfigGetJobResponse. instanceConfig()The resource instances to use while running the hybrid job on Amazon Braket.Methods in software.amazon.awssdk.services.braket.model with parameters of type InstanceConfig Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. instanceConfig(InstanceConfig instanceConfig)Configuration of the resource instances to use while running the hybrid job on Amazon Braket.GetJobResponse.BuilderGetJobResponse.Builder. instanceConfig(InstanceConfig instanceConfig)The resource instances to use while running the hybrid job on Amazon Braket.
-