Interface OptimizationOutput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OptimizationOutput.Builder,,OptimizationOutput> SdkBuilder<OptimizationOutput.Builder,,OptimizationOutput> SdkPojo
- Enclosing class:
 OptimizationOutput
public static interface OptimizationOutput.Builder
extends SdkPojo, CopyableBuilder<OptimizationOutput.Builder,OptimizationOutput> 
- 
Method Summary
Modifier and TypeMethodDescriptionrecommendedInferenceImage(String recommendedInferenceImage) The image that SageMaker recommends that you use to host the optimized model that you created with an optimization job.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
- 
recommendedInferenceImage
The image that SageMaker recommends that you use to host the optimized model that you created with an optimization job.
- Parameters:
 recommendedInferenceImage- The image that SageMaker recommends that you use to host the optimized model that you created with an optimization job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -