Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelDeployConfig
-
Packages that use ModelDeployConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelDeployConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelDeployConfig Modifier and Type Method Description ModelDeployConfigCreateAutoMlJobRequest. modelDeployConfig()Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.ModelDeployConfigCreateAutoMlJobV2Request. modelDeployConfig()Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.ModelDeployConfigDescribeAutoMlJobResponse. modelDeployConfig()Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.ModelDeployConfigDescribeAutoMlJobV2Response. modelDeployConfig()Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelDeployConfig Modifier and Type Method Description CreateAutoMlJobRequest.BuilderCreateAutoMlJobRequest.Builder. modelDeployConfig(ModelDeployConfig modelDeployConfig)Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. modelDeployConfig(ModelDeployConfig modelDeployConfig)Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. modelDeployConfig(ModelDeployConfig modelDeployConfig)Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. modelDeployConfig(ModelDeployConfig modelDeployConfig)Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
-