Interface CfnInferenceComponent.InferenceComponentPlacementStatusProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInferenceComponent.InferenceComponentPlacementStatusProperty.Jsii$Proxy
- Enclosing class:
CfnInferenceComponent
@Stability(Stable)
public static interface CfnInferenceComponent.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.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 forCfnInferenceComponent.InferenceComponentPlacementStatusProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The number of copies for the inference component.An ML compute instance type.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 CfnInferenceComponent.InferenceComponentPlacementStatusProperty.Builder builder()
-