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