| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
RealTimeInferenceRecommendation |
RealTimeInferenceRecommendation.addEnvironmentEntry(String key,
String value)
Add a single Environment entry
|
RealTimeInferenceRecommendation |
RealTimeInferenceRecommendation.clearEnvironmentEntries()
Removes all the entries added into Environment.
|
RealTimeInferenceRecommendation |
RealTimeInferenceRecommendation.clone() |
RealTimeInferenceRecommendation |
RealTimeInferenceRecommendation.withEnvironment(Map<String,String> environment)
The recommended environment variables to set in the model container for Real-Time Inference.
|
RealTimeInferenceRecommendation |
RealTimeInferenceRecommendation.withInstanceType(ProductionVariantInstanceType instanceType)
The recommended instance type for Real-Time Inference.
|
RealTimeInferenceRecommendation |
RealTimeInferenceRecommendation.withInstanceType(String instanceType)
The recommended instance type for Real-Time Inference.
|
RealTimeInferenceRecommendation |
RealTimeInferenceRecommendation.withRecommendationId(String recommendationId)
The recommendation ID which uniquely identifies each recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<RealTimeInferenceRecommendation> |
DeploymentRecommendation.getRealTimeInferenceRecommendations()
A list of RealTimeInferenceRecommendation items.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentRecommendation |
DeploymentRecommendation.withRealTimeInferenceRecommendations(RealTimeInferenceRecommendation... realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentRecommendation.setRealTimeInferenceRecommendations(Collection<RealTimeInferenceRecommendation> realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
|
DeploymentRecommendation |
DeploymentRecommendation.withRealTimeInferenceRecommendations(Collection<RealTimeInferenceRecommendation> realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
|
Copyright © 2024. All rights reserved.