Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningResourceConfig
-
Packages that use HyperParameterTuningResourceConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningResourceConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTuningResourceConfig Modifier and Type Method Description HyperParameterTuningResourceConfigHyperParameterTrainingJobDefinition. hyperParameterTuningResourceConfig()The configuration for the hyperparameter tuning resources, including the compute instances and storage volumes, used for training jobs launched by the tuning job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningResourceConfig Modifier and Type Method Description HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. hyperParameterTuningResourceConfig(HyperParameterTuningResourceConfig hyperParameterTuningResourceConfig)The configuration for the hyperparameter tuning resources, including the compute instances and storage volumes, used for training jobs launched by the tuning job.
-