Class CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty
An implementation for
CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty-
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.InferenceComponentComputeResourceRequirementsProperty
CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty.Builder, CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty.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 maximum MB of memory to allocate to run a model that you assign to an inference component.final NumberThe minimum MB of memory to allocate to run a model that you assign to an inference component.final NumberThe number of accelerators to allocate to run a model that you assign to an inference component.final NumberThe number of CPU cores to allocate to run a model that you assign to an 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.InferenceComponentComputeResourceRequirementsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty.Builder.
-
-
Method Details
-
getMaxMemoryRequiredInMb
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsPropertyThe maximum MB of memory to allocate to run a model that you assign to an inference component.- Specified by:
getMaxMemoryRequiredInMbin interfaceCfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty- See Also:
-
getMinMemoryRequiredInMb
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsPropertyThe minimum MB of memory to allocate to run a model that you assign to an inference component.- Specified by:
getMinMemoryRequiredInMbin interfaceCfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty- See Also:
-
getNumberOfAcceleratorDevicesRequired
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsPropertyThe number of accelerators to allocate to run a model that you assign to an inference component.Accelerators include GPUs and AWS Inferentia.
- Specified by:
getNumberOfAcceleratorDevicesRequiredin interfaceCfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty- See Also:
-
getNumberOfCpuCoresRequired
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsPropertyThe number of CPU cores to allocate to run a model that you assign to an inference component.- Specified by:
getNumberOfCpuCoresRequiredin interfaceCfnInferenceComponentPropsMixin.InferenceComponentComputeResourceRequirementsProperty- 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()
-