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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceComponentRuntimeConfig.BuildercopyCount(Integer copyCount)The 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 Detail
-
copyCount
InferenceComponentRuntimeConfig.Builder copyCount(Integer 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.
-
-