Uses of Class
software.amazon.awssdk.services.sagemaker.model.InstanceGroup
-
Packages that use InstanceGroup Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InstanceGroup in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InstanceGroup Modifier and Type Method Description List<InstanceGroup>ResourceConfig. instanceGroups()The configuration of a heterogeneous cluster in JSON format.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InstanceGroup Modifier and Type Method Description ResourceConfig.BuilderResourceConfig.Builder. instanceGroups(InstanceGroup... instanceGroups)The configuration of a heterogeneous cluster in JSON format.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InstanceGroup Modifier and Type Method Description ResourceConfig.BuilderResourceConfig.Builder. instanceGroups(Collection<InstanceGroup> instanceGroups)The configuration of a heterogeneous cluster in JSON format.
-