Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateClusterSoftwareInstanceGroupSpecification
-
Packages that use UpdateClusterSoftwareInstanceGroupSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of UpdateClusterSoftwareInstanceGroupSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type UpdateClusterSoftwareInstanceGroupSpecification Modifier and Type Method Description List<UpdateClusterSoftwareInstanceGroupSpecification>UpdateClusterSoftwareRequest. instanceGroups()The array of instance groups for which to update AMI versions.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type UpdateClusterSoftwareInstanceGroupSpecification Modifier and Type Method Description UpdateClusterSoftwareRequest.BuilderUpdateClusterSoftwareRequest.Builder. instanceGroups(UpdateClusterSoftwareInstanceGroupSpecification... instanceGroups)The array of instance groups for which to update AMI versions.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type UpdateClusterSoftwareInstanceGroupSpecification Modifier and Type Method Description UpdateClusterSoftwareRequest.BuilderUpdateClusterSoftwareRequest.Builder. instanceGroups(Collection<UpdateClusterSoftwareInstanceGroupSpecification> instanceGroups)The array of instance groups for which to update AMI versions.
-