Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ModelDeployConfig.Builder
-
Packages that use ModelDeployConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelDeployConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelDeployConfig.Builder Modifier and Type Method Description ModelDeployConfig.BuilderModelDeployConfig.Builder. autoGenerateEndpointName(Boolean autoGenerateEndpointName)Set toTrueto automatically generate an endpoint name for a one-click Autopilot model deployment; set toFalseotherwise.static ModelDeployConfig.BuilderModelDeployConfig. builder()ModelDeployConfig.BuilderModelDeployConfig.Builder. endpointName(String endpointName)Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.ModelDeployConfig.BuilderModelDeployConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelDeployConfig.Builder Modifier and Type Method Description static Class<? extends ModelDeployConfig.Builder>ModelDeployConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelDeployConfig.Builder Modifier and Type Method Description default CreateAutoMlJobRequest.BuilderCreateAutoMlJobRequest.Builder. modelDeployConfig(Consumer<ModelDeployConfig.Builder> modelDeployConfig)Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.default CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. modelDeployConfig(Consumer<ModelDeployConfig.Builder> modelDeployConfig)Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.default DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. modelDeployConfig(Consumer<ModelDeployConfig.Builder> modelDeployConfig)Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.default DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. modelDeployConfig(Consumer<ModelDeployConfig.Builder> modelDeployConfig)Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
-