Interface InferenceComponentRuntimeConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InferenceComponentRuntimeConfig.Builder,
,InferenceComponentRuntimeConfig> SdkBuilder<InferenceComponentRuntimeConfig.Builder,
,InferenceComponentRuntimeConfig> SdkPojo
- Enclosing class:
InferenceComponentRuntimeConfig
public static interface InferenceComponentRuntimeConfig.Builder
extends SdkPojo, CopyableBuilder<InferenceComponentRuntimeConfig.Builder,InferenceComponentRuntimeConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of runtime copies of the model container to deploy with the inference component.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, sdkFields
-
Method Details
-
copyCount
The number of runtime copies of the model container to deploy with the inference component. Each copy can serve inference requests.
- Parameters:
copyCount
- The number of runtime copies of the model container to deploy with the inference component. Each copy can serve inference requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-