Class CfnInferenceComponent.InferenceComponentRuntimeConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnInferenceComponent.InferenceComponentRuntimeConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponent.InferenceComponentRuntimeConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponent.InferenceComponentRuntimeConfigProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponent.InferenceComponentRuntimeConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponent.InferenceComponentRuntimeConfigProperty
An implementation for
CfnInferenceComponent.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.services.sagemaker.CfnInferenceComponent.InferenceComponentRuntimeConfigProperty
CfnInferenceComponent.InferenceComponentRuntimeConfigProperty.Builder, CfnInferenceComponent.InferenceComponentRuntimeConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceComponent.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
Constructor that initializes the object based on literal property values passed by theCfnInferenceComponent.InferenceComponentRuntimeConfigProperty.Builder.
-
-
Method Details
-
getCopyCount
Description copied from interface:CfnInferenceComponent.InferenceComponentRuntimeConfigPropertyThe number of runtime copies of the model container to deploy with the inference component.Each copy can serve inference requests.
- Specified by:
getCopyCountin interfaceCfnInferenceComponent.InferenceComponentRuntimeConfigProperty- See Also:
-
getCurrentCopyCount
Description copied from interface:CfnInferenceComponent.InferenceComponentRuntimeConfigPropertyThe number of runtime copies of the model container that are currently deployed.- Specified by:
getCurrentCopyCountin interfaceCfnInferenceComponent.InferenceComponentRuntimeConfigProperty- See Also:
-
getDesiredCopyCount
Description copied from interface:CfnInferenceComponent.InferenceComponentRuntimeConfigPropertyThe number of runtime copies of the model container that you requested to deploy with the inference component.- Specified by:
getDesiredCopyCountin interfaceCfnInferenceComponent.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()
-