Interface InferenceComponentRuntimeConfigSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<InferenceComponentRuntimeConfigSummary.Builder,InferenceComponentRuntimeConfigSummary>
,SdkBuilder<InferenceComponentRuntimeConfigSummary.Builder,InferenceComponentRuntimeConfigSummary>
,SdkPojo
- Enclosing class:
- InferenceComponentRuntimeConfigSummary
public static interface InferenceComponentRuntimeConfigSummary.Builder extends SdkPojo, CopyableBuilder<InferenceComponentRuntimeConfigSummary.Builder,InferenceComponentRuntimeConfigSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceComponentRuntimeConfigSummary.Builder
currentCopyCount(Integer currentCopyCount)
The number of runtime copies of the model container that are currently deployed.InferenceComponentRuntimeConfigSummary.Builder
desiredCopyCount(Integer desiredCopyCount)
The number of runtime copies of the model container that you requested 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
desiredCopyCount
InferenceComponentRuntimeConfigSummary.Builder desiredCopyCount(Integer desiredCopyCount)
The number of runtime copies of the model container that you requested to deploy with the inference component.
- Parameters:
desiredCopyCount
- The number of runtime copies of the model container that you requested to deploy with the inference component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentCopyCount
InferenceComponentRuntimeConfigSummary.Builder currentCopyCount(Integer currentCopyCount)
The number of runtime copies of the model container that are currently deployed.
- Parameters:
currentCopyCount
- The number of runtime copies of the model container that are currently deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-