Class CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty
An implementation for
CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty
CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty.Builder, CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe number of runtime copies of the model container to deploy with the inference component.final NumberThe number of runtime copies of the model container that are currently deployed.final NumberThe number of runtime copies of the model container that you requested to deploy with the inference component.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty.Builder.
-
-
Method Details
-
getCopyCount
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigPropertyThe number of runtime copies of the model container to deploy with the inference component.Each copy can serve inference requests.
- Specified by:
getCopyCountin interfaceCfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty- See Also:
-
getCurrentCopyCount
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigPropertyThe number of runtime copies of the model container that are currently deployed.- Specified by:
getCurrentCopyCountin interfaceCfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty- See Also:
-
getDesiredCopyCount
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigPropertyThe number of runtime copies of the model container that you requested to deploy with the inference component.- Specified by:
getDesiredCopyCountin interfaceCfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-