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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnInferenceComponent.InferenceComponentRuntimeConfigProperty
CfnInferenceComponent.InferenceComponentRuntimeConfigProperty.Builder, CfnInferenceComponent.InferenceComponentRuntimeConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInferenceComponent.InferenceComponentRuntimeConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
The number of runtime copies of the model container to deploy with the inference component.final Number
The number of runtime copies of the model container that are currently deployed.final Number
The number of runtime copies of the model container that you requested to deploy with the inference component.final int
hashCode()
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.InferenceComponentRuntimeConfigProperty
The number of runtime copies of the model container to deploy with the inference component.Each copy can serve inference requests.
- Specified by:
getCopyCount
in interfaceCfnInferenceComponent.InferenceComponentRuntimeConfigProperty
- See Also:
-
getCurrentCopyCount
Description copied from interface:CfnInferenceComponent.InferenceComponentRuntimeConfigProperty
The number of runtime copies of the model container that are currently deployed.- Specified by:
getCurrentCopyCount
in interfaceCfnInferenceComponent.InferenceComponentRuntimeConfigProperty
- See Also:
-
getDesiredCopyCount
Description copied from interface:CfnInferenceComponent.InferenceComponentRuntimeConfigProperty
The number of runtime copies of the model container that you requested to deploy with the inference component.- Specified by:
getDesiredCopyCount
in interfaceCfnInferenceComponent.InferenceComponentRuntimeConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-