Interface InferenceComponentPlacementStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InferenceComponentPlacementStatus.Builder,,InferenceComponentPlacementStatus> SdkBuilder<InferenceComponentPlacementStatus.Builder,,InferenceComponentPlacementStatus> SdkPojo
- Enclosing class:
InferenceComponentPlacementStatus
@Mutable
@NotThreadSafe
public static interface InferenceComponentPlacementStatus.Builder
extends SdkPojo, CopyableBuilder<InferenceComponentPlacementStatus.Builder,InferenceComponentPlacementStatus>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentCopyCount(Integer currentCopyCount) The number of inference component copies currently placed on instances of this type.instanceType(String instanceType) The ML compute instance type where the inference component copies are placed.instanceType(ProductionVariantInstanceType instanceType) The ML compute instance type where the inference component copies are placed.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
-
instanceType
The ML compute instance type where the inference component copies are placed.
- Parameters:
instanceType- The ML compute instance type where the inference component copies are placed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The ML compute instance type where the inference component copies are placed.
- Parameters:
instanceType- The ML compute instance type where the inference component copies are placed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentCopyCount
The number of inference component copies currently placed on instances of this type.
- Parameters:
currentCopyCount- The number of inference component copies currently placed on instances of this type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-