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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RealTimeInferenceRecommendation.Builderenvironment(Map<String,String> environment)The recommended environment variables to set in the model container for Real-Time Inference.RealTimeInferenceRecommendation.BuilderinstanceType(String instanceType)The recommended instance type for Real-Time Inference.RealTimeInferenceRecommendation.BuilderinstanceType(ProductionVariantInstanceType instanceType)The recommended instance type for Real-Time Inference.RealTimeInferenceRecommendation.BuilderrecommendationId(String recommendationId)The recommendation ID which uniquely identifies each recommendation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
recommendationId
RealTimeInferenceRecommendation.Builder recommendationId(String 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
RealTimeInferenceRecommendation.Builder instanceType(String 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:
ProductionVariantInstanceType,ProductionVariantInstanceType
-
instanceType
RealTimeInferenceRecommendation.Builder instanceType(ProductionVariantInstanceType 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:
ProductionVariantInstanceType,ProductionVariantInstanceType
-
environment
RealTimeInferenceRecommendation.Builder environment(Map<String,String> 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.
-
-