Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLComputeConfig
-
Packages that use AutoMLComputeConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLComputeConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLComputeConfig Modifier and Type Method Description AutoMLComputeConfigCreateAutoMlJobV2Request. autoMLComputeConfig()Specifies the compute configuration for the AutoML job V2.AutoMLComputeConfigDescribeAutoMlJobV2Response. autoMLComputeConfig()The compute configuration used for the AutoML job V2.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLComputeConfig Modifier and Type Method Description CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. autoMLComputeConfig(AutoMLComputeConfig autoMLComputeConfig)Specifies the compute configuration for the AutoML job V2.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. autoMLComputeConfig(AutoMLComputeConfig autoMLComputeConfig)The compute configuration used for the AutoML job V2.
-