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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ServerlessConfigProperty
CfnEndpointConfig.ServerlessConfigProperty.Builder, CfnEndpointConfig.ServerlessConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpointConfig.ServerlessConfigProperty.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 maximum number of concurrent invocations your serverless endpoint can process.final Number
The memory size of your serverless endpoint.final Number
The amount of provisioned concurrency to allocate for the serverless endpoint.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 theCfnEndpointConfig.ServerlessConfigProperty.Builder
.
-
-
Method Details
-
getMaxConcurrency
Description copied from interface:CfnEndpointConfig.ServerlessConfigProperty
The maximum number of concurrent invocations your serverless endpoint can process.- Specified by:
getMaxConcurrency
in interfaceCfnEndpointConfig.ServerlessConfigProperty
- See Also:
-
getMemorySizeInMb
Description copied from interface:CfnEndpointConfig.ServerlessConfigProperty
The 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:
getMemorySizeInMb
in interfaceCfnEndpointConfig.ServerlessConfigProperty
- See Also:
-
getProvisionedConcurrency
Description copied from interface:CfnEndpointConfig.ServerlessConfigProperty
The 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:
getProvisionedConcurrency
in interfaceCfnEndpointConfig.ServerlessConfigProperty
- 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()
-