Class CfnEndpointConfig.ServerlessConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ServerlessConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfig.ServerlessConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfig.ServerlessConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfig.ServerlessConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfig.ServerlessConfigProperty
An implementation for
CfnEndpointConfig.ServerlessConfigProperty-
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.CfnEndpointConfig.ServerlessConfigProperty
CfnEndpointConfig.ServerlessConfigProperty.Builder, CfnEndpointConfig.ServerlessConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfig.ServerlessConfigProperty.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 number of concurrent invocations your serverless endpoint can process.final NumberThe memory size of your serverless endpoint.final NumberThe amount of provisioned concurrency to allocate for the serverless endpoint.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 theCfnEndpointConfig.ServerlessConfigProperty.Builder.
-
-
Method Details
-
getMaxConcurrency
Description copied from interface:CfnEndpointConfig.ServerlessConfigPropertyThe maximum number of concurrent invocations your serverless endpoint can process.- Specified by:
getMaxConcurrencyin interfaceCfnEndpointConfig.ServerlessConfigProperty- See Also:
-
getMemorySizeInMb
Description copied from interface:CfnEndpointConfig.ServerlessConfigPropertyThe memory size of your serverless endpoint.Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.
- Specified by:
getMemorySizeInMbin interfaceCfnEndpointConfig.ServerlessConfigProperty- See Also:
-
getProvisionedConcurrency
Description copied from interface:CfnEndpointConfig.ServerlessConfigPropertyThe amount of provisioned concurrency to allocate for the serverless endpoint.Should be less than or equal to
MaxConcurrency.This field is not supported for serverless endpoint recommendations for Inference Recommender jobs. For more information about creating an Inference Recommender job, see CreateInferenceRecommendationsJobs .
- Specified by:
getProvisionedConcurrencyin interfaceCfnEndpointConfig.ServerlessConfigProperty- 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()
-