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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnInferenceComponentPropsMixin.InferenceComponentPlacementStatusProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCurrentCopyCount
The number of copies for the inference component.- See Also:
-
getInstanceType
An ML compute instance type.- See Also:
-
builder
@Stability(Stable) static CfnInferenceComponentPropsMixin.InferenceComponentPlacementStatusProperty.Builder builder()
-