| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelDeployConfig |
ModelDeployConfig.clone() |
ModelDeployConfig |
DescribeAutoMLJobResult.getModelDeployConfig()
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed
automatically.
|
ModelDeployConfig |
CreateAutoMLJobRequest.getModelDeployConfig()
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
|
ModelDeployConfig |
ModelDeployConfig.withAutoGenerateEndpointName(Boolean autoGenerateEndpointName)
Set to
True to automatically generate an endpoint name for a one-click Autopilot model deployment;
set to False otherwise. |
ModelDeployConfig |
ModelDeployConfig.withEndpointName(String endpointName)
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not
generated automatically.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutoMLJobResult.setModelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed
automatically.
|
void |
CreateAutoMLJobRequest.setModelDeployConfig(ModelDeployConfig modelDeployConfig)
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
|
DescribeAutoMLJobResult |
DescribeAutoMLJobResult.withModelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed
automatically.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withModelDeployConfig(ModelDeployConfig modelDeployConfig)
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
|
Copyright © 2022. All rights reserved.