Interface OptimizationOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OptimizationOutput.Builder,OptimizationOutput>,SdkBuilder<OptimizationOutput.Builder,OptimizationOutput>,SdkPojo
- Enclosing class:
- OptimizationOutput
@Mutable @NotThreadSafe public static interface OptimizationOutput.Builder extends SdkPojo, CopyableBuilder<OptimizationOutput.Builder,OptimizationOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptimizationOutput.BuilderrecommendedInferenceImage(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
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
-
recommendedInferenceImage
OptimizationOutput.Builder recommendedInferenceImage(String 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.
-
-