| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentRecommendation |
DeploymentRecommendation.clone() |
DeploymentRecommendation |
DescribeModelResult.getDeploymentRecommendation()
A set of recommended deployment configurations for the model.
|
DeploymentRecommendation |
Model.getDeploymentRecommendation()
A set of recommended deployment configurations for the model.
|
DeploymentRecommendation |
DeploymentRecommendation.withRealTimeInferenceRecommendations(Collection<RealTimeInferenceRecommendation> realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
|
DeploymentRecommendation |
DeploymentRecommendation.withRealTimeInferenceRecommendations(RealTimeInferenceRecommendation... realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
|
DeploymentRecommendation |
DeploymentRecommendation.withRecommendationStatus(RecommendationStatus recommendationStatus)
Status of the deployment recommendation.
|
DeploymentRecommendation |
DeploymentRecommendation.withRecommendationStatus(String recommendationStatus)
Status of the deployment recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeModelResult.setDeploymentRecommendation(DeploymentRecommendation deploymentRecommendation)
A set of recommended deployment configurations for the model.
|
void |
Model.setDeploymentRecommendation(DeploymentRecommendation deploymentRecommendation)
A set of recommended deployment configurations for the model.
|
DescribeModelResult |
DescribeModelResult.withDeploymentRecommendation(DeploymentRecommendation deploymentRecommendation)
A set of recommended deployment configurations for the model.
|
Model |
Model.withDeploymentRecommendation(DeploymentRecommendation deploymentRecommendation)
A set of recommended deployment configurations for the model.
|
Copyright © 2025. All rights reserved.