Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.WorkerComputeConfiguration
-
Packages that use WorkerComputeConfiguration Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of WorkerComputeConfiguration in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return WorkerComputeConfiguration Modifier and Type Method Description WorkerComputeConfigurationComputeConfiguration. worker()The worker instances that will perform the compute work.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type WorkerComputeConfiguration Modifier and Type Method Description static ComputeConfigurationComputeConfiguration. fromWorker(WorkerComputeConfiguration worker)Create an instance of this class withComputeConfiguration.worker()initialized to the given value.ComputeConfiguration.BuilderComputeConfiguration.Builder. worker(WorkerComputeConfiguration worker)The worker instances that will perform the compute work.
-