Class InferenceComponentPlacementStatus

java.lang.Object
software.amazon.awssdk.services.sagemaker.model.InferenceComponentPlacementStatus
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InferenceComponentPlacementStatus.Builder,InferenceComponentPlacementStatus>

@Generated("software.amazon.awssdk:codegen") public final class InferenceComponentPlacementStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceComponentPlacementStatus.Builder,InferenceComponentPlacementStatus>

The placement status of an inference component on a specific instance type. Shows the number of inference component copies currently placed on instances of a given type.

See Also: