Class CfnEndpointConfig.InstancePoolProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.InstancePoolProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfig.InstancePoolProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfig.InstancePoolProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfig.InstancePoolProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfig.InstancePoolProperty
An implementation for
CfnEndpointConfig.InstancePoolProperty-
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.InstancePoolProperty
CfnEndpointConfig.InstancePoolProperty.Builder, CfnEndpointConfig.InstancePoolProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfig.InstancePoolProperty.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 StringThe ML compute instance type for the instance pool.final StringThe name of a SageMaker model to use for this instance pool instead of the model specified for the production variant.final NumberThe priority for the instance pool.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.InstancePoolProperty.Builder.
-
-
Method Details
-
getInstanceType
Description copied from interface:CfnEndpointConfig.InstancePoolPropertyThe ML compute instance type for the instance pool.- Specified by:
getInstanceTypein interfaceCfnEndpointConfig.InstancePoolProperty- See Also:
-
getPriority
Description copied from interface:CfnEndpointConfig.InstancePoolPropertyThe priority for the instance pool.SageMaker attempts to provision instances in order of priority, starting with the lowest value. If instances for a higher-priority pool are unavailable, SageMaker attempts to provision from the next pool. Valid values: 1 to 5, where 1 is the highest priority.
- Specified by:
getPriorityin interfaceCfnEndpointConfig.InstancePoolProperty- See Also:
-
getModelNameOverride
Description copied from interface:CfnEndpointConfig.InstancePoolPropertyThe name of a SageMaker model to use for this instance pool instead of the model specified for the production variant.Use this to deploy a different model optimized for the instance type in this pool.
- Specified by:
getModelNameOverridein interfaceCfnEndpointConfig.InstancePoolProperty- 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()
-