Uses of Interface
software.amazon.awssdk.services.omics.model.CreateRunGroupRequest.Builder
-
Packages that use CreateRunGroupRequest.Builder Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.model -
-
Uses of CreateRunGroupRequest.Builder in software.amazon.awssdk.services.omics
Method parameters in software.amazon.awssdk.services.omics with type arguments of type CreateRunGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateRunGroupResponse>OmicsAsyncClient. createRunGroup(Consumer<CreateRunGroupRequest.Builder> createRunGroupRequest)You can optionally create a run group to limit the compute resources for the runs that you add to the group.default CreateRunGroupResponseOmicsClient. createRunGroup(Consumer<CreateRunGroupRequest.Builder> createRunGroupRequest)You can optionally create a run group to limit the compute resources for the runs that you add to the group. -
Uses of CreateRunGroupRequest.Builder in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return CreateRunGroupRequest.Builder Modifier and Type Method Description static CreateRunGroupRequest.BuilderCreateRunGroupRequest. builder()CreateRunGroupRequest.BuilderCreateRunGroupRequest.Builder. maxCpus(Integer maxCpus)The maximum number of CPUs that can run concurrently across all active runs in the run group.CreateRunGroupRequest.BuilderCreateRunGroupRequest.Builder. maxDuration(Integer maxDuration)The maximum time for each run (in minutes).CreateRunGroupRequest.BuilderCreateRunGroupRequest.Builder. maxGpus(Integer maxGpus)The maximum number of GPUs that can run concurrently across all active runs in the run group.CreateRunGroupRequest.BuilderCreateRunGroupRequest.Builder. maxRuns(Integer maxRuns)The maximum number of runs that can be running at the same time.CreateRunGroupRequest.BuilderCreateRunGroupRequest.Builder. name(String name)A name for the group.CreateRunGroupRequest.BuilderCreateRunGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRunGroupRequest.BuilderCreateRunGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRunGroupRequest.BuilderCreateRunGroupRequest.Builder. requestId(String requestIdValue)To ensure that requests don't run multiple times, specify a unique ID for each request.CreateRunGroupRequest.BuilderCreateRunGroupRequest.Builder. tags(Map<String,String> tags)Tags for the group.CreateRunGroupRequest.BuilderCreateRunGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type CreateRunGroupRequest.Builder Modifier and Type Method Description static Class<? extends CreateRunGroupRequest.Builder>CreateRunGroupRequest. serializableBuilderClass()
-