Uses of Interface
software.amazon.awssdk.services.sagemaker.model.AutoMLComputeConfig.Builder
-
Packages that use AutoMLComputeConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLComputeConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLComputeConfig.Builder Modifier and Type Method Description static AutoMLComputeConfig.BuilderAutoMLComputeConfig. builder()default AutoMLComputeConfig.BuilderAutoMLComputeConfig.Builder. emrServerlessComputeConfig(Consumer<EmrServerlessComputeConfig.Builder> emrServerlessComputeConfig)The configuration for using EMR Serverless to run the AutoML job V2.AutoMLComputeConfig.BuilderAutoMLComputeConfig.Builder. emrServerlessComputeConfig(EmrServerlessComputeConfig emrServerlessComputeConfig)The configuration for using EMR Serverless to run the AutoML job V2.AutoMLComputeConfig.BuilderAutoMLComputeConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLComputeConfig.Builder Modifier and Type Method Description static Class<? extends AutoMLComputeConfig.Builder>AutoMLComputeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoMLComputeConfig.Builder Modifier and Type Method Description default CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. autoMLComputeConfig(Consumer<AutoMLComputeConfig.Builder> autoMLComputeConfig)Specifies the compute configuration for the AutoML job V2.default DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. autoMLComputeConfig(Consumer<AutoMLComputeConfig.Builder> autoMLComputeConfig)The compute configuration used for the AutoML job V2.
-