Uses of Class
software.amazon.awssdk.services.sagemaker.model.ResourceConfig
-
Packages that use ResourceConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ResourceConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ResourceConfig Modifier and Type Method Description ResourceConfigCreateTrainingJobRequest. resourceConfig()The resources, including the ML compute instances and ML storage volumes, to use for model training.ResourceConfigDescribeTrainingJobResponse. resourceConfig()Resources, including ML compute instances and ML storage volumes, that are configured for model training.ResourceConfigHyperParameterTrainingJobDefinition. resourceConfig()The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches.ResourceConfigTrainingJob. resourceConfig()Resources, including ML compute instances and ML storage volumes, that are configured for model training.ResourceConfigTrainingJobDefinition. resourceConfig()The resources, including the ML compute instances and ML storage volumes, to use for model training.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ResourceConfig Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. resourceConfig(ResourceConfig resourceConfig)The resources, including the ML compute instances and ML storage volumes, to use for model training.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. resourceConfig(ResourceConfig resourceConfig)Resources, including ML compute instances and ML storage volumes, that are configured for model training.HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. resourceConfig(ResourceConfig resourceConfig)The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches.TrainingJob.BuilderTrainingJob.Builder. resourceConfig(ResourceConfig resourceConfig)Resources, including ML compute instances and ML storage volumes, that are configured for model training.TrainingJobDefinition.BuilderTrainingJobDefinition.Builder. resourceConfig(ResourceConfig resourceConfig)The resources, including the ML compute instances and ML storage volumes, to use for model training.
-