Interface CfnInferenceComponentPropsMixin.InferenceComponentPlacementStatusProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInferenceComponentPropsMixin.InferenceComponentPlacementStatusProperty.Jsii$Proxy
Enclosing class:
CfnInferenceComponentPropsMixin

@Stability(Stable) public static interface CfnInferenceComponentPropsMixin.InferenceComponentPlacementStatusProperty extends software.amazon.jsii.JsiiSerializable
The number of inference component copies currently placed on instances of a given type.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
 InferenceComponentPlacementStatusProperty inferenceComponentPlacementStatusProperty = InferenceComponentPlacementStatusProperty.builder()
         .currentCopyCount(123)
         .instanceType("instanceType")
         .build();
 

See Also: