Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningInstanceConfig
-
Packages that use HyperParameterTuningInstanceConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningInstanceConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HyperParameterTuningInstanceConfig Modifier and Type Method Description List<HyperParameterTuningInstanceConfig>HyperParameterTuningResourceConfig. instanceConfigs()A list containing the configuration(s) for one or more resources for processing hyperparameter jobs.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningInstanceConfig Modifier and Type Method Description HyperParameterTuningResourceConfig.BuilderHyperParameterTuningResourceConfig.Builder. instanceConfigs(HyperParameterTuningInstanceConfig... instanceConfigs)A list containing the configuration(s) for one or more resources for processing hyperparameter jobs.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HyperParameterTuningInstanceConfig Modifier and Type Method Description HyperParameterTuningResourceConfig.BuilderHyperParameterTuningResourceConfig.Builder. instanceConfigs(Collection<HyperParameterTuningInstanceConfig> instanceConfigs)A list containing the configuration(s) for one or more resources for processing hyperparameter jobs.
-