| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelDeployConfig |
CreateAutoMlJobRequest.modelDeployConfig()
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
|
ModelDeployConfig |
DescribeAutoMlJobResponse.modelDeployConfig()
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed
automatically.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAutoMlJobRequest.Builder |
CreateAutoMlJobRequest.Builder.modelDeployConfig(ModelDeployConfig modelDeployConfig)
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
|
DescribeAutoMlJobResponse.Builder |
DescribeAutoMlJobResponse.Builder.modelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if
deployed automatically.
|
Copyright © 2021. All rights reserved.