Interface RealTimeInferenceRecommendation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RealTimeInferenceRecommendation.Builder,,RealTimeInferenceRecommendation> SdkBuilder<RealTimeInferenceRecommendation.Builder,,RealTimeInferenceRecommendation> SdkPojo
- Enclosing class:
RealTimeInferenceRecommendation
public static interface RealTimeInferenceRecommendation.Builder
extends SdkPojo, CopyableBuilder<RealTimeInferenceRecommendation.Builder,RealTimeInferenceRecommendation>
-
Method Summary
Modifier and TypeMethodDescriptionenvironment(Map<String, String> environment) The recommended environment variables to set in the model container for Real-Time Inference.instanceType(String instanceType) The recommended instance type for Real-Time Inference.instanceType(ProductionVariantInstanceType instanceType) The recommended instance type for Real-Time Inference.recommendationId(String recommendationId) The recommendation ID which uniquely identifies each recommendation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
recommendationId
The recommendation ID which uniquely identifies each recommendation.
- Parameters:
recommendationId- The recommendation ID which uniquely identifies each recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
The recommended instance type for Real-Time Inference.
- Parameters:
instanceType- The recommended instance type for Real-Time Inference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The recommended instance type for Real-Time Inference.
- Parameters:
instanceType- The recommended instance type for Real-Time Inference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
environment
The recommended environment variables to set in the model container for Real-Time Inference.
- Parameters:
environment- The recommended environment variables to set in the model container for Real-Time Inference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-