Interface DeploymentRecommendation.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DeploymentRecommendation.Builder,,DeploymentRecommendation> SdkBuilder<DeploymentRecommendation.Builder,,DeploymentRecommendation> SdkPojo
- Enclosing class:
 DeploymentRecommendation
- 
Method Summary
Modifier and TypeMethodDescriptionrealTimeInferenceRecommendations(Collection<RealTimeInferenceRecommendation> realTimeInferenceRecommendations) A list of RealTimeInferenceRecommendation items.realTimeInferenceRecommendations(Consumer<RealTimeInferenceRecommendation.Builder>... realTimeInferenceRecommendations) A list of RealTimeInferenceRecommendation items.realTimeInferenceRecommendations(RealTimeInferenceRecommendation... realTimeInferenceRecommendations) A list of RealTimeInferenceRecommendation items.recommendationStatus(String recommendationStatus) Status of the deployment recommendation.recommendationStatus(RecommendationStatus recommendationStatus) Status of the deployment 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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
recommendationStatus
Status of the deployment recommendation. The status
NOT_APPLICABLEmeans that SageMaker is unable to provide a default recommendation for the model using the information provided. If the deployment status isIN_PROGRESS, retry your API call after a few seconds to get aCOMPLETEDdeployment recommendation.- Parameters:
 recommendationStatus- Status of the deployment recommendation. The statusNOT_APPLICABLEmeans that SageMaker is unable to provide a default recommendation for the model using the information provided. If the deployment status isIN_PROGRESS, retry your API call after a few seconds to get aCOMPLETEDdeployment recommendation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
recommendationStatus
Status of the deployment recommendation. The status
NOT_APPLICABLEmeans that SageMaker is unable to provide a default recommendation for the model using the information provided. If the deployment status isIN_PROGRESS, retry your API call after a few seconds to get aCOMPLETEDdeployment recommendation.- Parameters:
 recommendationStatus- Status of the deployment recommendation. The statusNOT_APPLICABLEmeans that SageMaker is unable to provide a default recommendation for the model using the information provided. If the deployment status isIN_PROGRESS, retry your API call after a few seconds to get aCOMPLETEDdeployment recommendation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
realTimeInferenceRecommendations
DeploymentRecommendation.Builder realTimeInferenceRecommendations(Collection<RealTimeInferenceRecommendation> realTimeInferenceRecommendations) A list of RealTimeInferenceRecommendation items.
- Parameters:
 realTimeInferenceRecommendations- A list of RealTimeInferenceRecommendation items.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
realTimeInferenceRecommendations
DeploymentRecommendation.Builder realTimeInferenceRecommendations(RealTimeInferenceRecommendation... realTimeInferenceRecommendations) A list of RealTimeInferenceRecommendation items.
- Parameters:
 realTimeInferenceRecommendations- A list of RealTimeInferenceRecommendation items.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
realTimeInferenceRecommendations
DeploymentRecommendation.Builder realTimeInferenceRecommendations(Consumer<RealTimeInferenceRecommendation.Builder>... realTimeInferenceRecommendations) A list of RealTimeInferenceRecommendation items.
This is a convenience method that creates an instance of theRealTimeInferenceRecommendation.Builderavoiding the need to create one manually viaRealTimeInferenceRecommendation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torealTimeInferenceRecommendations(List<RealTimeInferenceRecommendation>).- Parameters:
 realTimeInferenceRecommendations- a consumer that will call methods onRealTimeInferenceRecommendation.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -