Class CfnEndpointConfig.ClarifyShapConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ClarifyShapConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfig.ClarifyShapConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfig.ClarifyShapConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfig.ClarifyShapConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfig.ClarifyShapConfigProperty
An implementation for
CfnEndpointConfig.ClarifyShapConfigProperty
-
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.ClarifyShapConfigProperty
CfnEndpointConfig.ClarifyShapConfigProperty.Builder, CfnEndpointConfig.ClarifyShapConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpointConfig.ClarifyShapConfigProperty.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 number of samples to be used for analysis by the Kernal SHAP algorithm.final Number
getSeed()
The starting value used to initialize the random number generator in the explainer.final Object
The configuration for the SHAP baseline of the Kernal SHAP algorithm.final Object
A parameter that indicates if text features are treated as text and explanations are provided for individual units of text.final Object
A Boolean toggle to indicate if you want to use the logit function (true) or log-odds units (false) for model predictions.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.ClarifyShapConfigProperty.Builder
.
-
-
Method Details
-
getShapBaselineConfig
Description copied from interface:CfnEndpointConfig.ClarifyShapConfigProperty
The configuration for the SHAP baseline of the Kernal SHAP algorithm.- Specified by:
getShapBaselineConfig
in interfaceCfnEndpointConfig.ClarifyShapConfigProperty
- See Also:
-
getNumberOfSamples
Description copied from interface:CfnEndpointConfig.ClarifyShapConfigProperty
The number of samples to be used for analysis by the Kernal SHAP algorithm.The number of samples determines the size of the synthetic dataset, which has an impact on latency of explainability requests. For more information, see the Synthetic data of Configure and create an endpoint .
- Specified by:
getNumberOfSamples
in interfaceCfnEndpointConfig.ClarifyShapConfigProperty
- See Also:
-
getSeed
Description copied from interface:CfnEndpointConfig.ClarifyShapConfigProperty
The starting value used to initialize the random number generator in the explainer.Provide a value for this parameter to obtain a deterministic SHAP result.
- Specified by:
getSeed
in interfaceCfnEndpointConfig.ClarifyShapConfigProperty
- See Also:
-
getTextConfig
Description copied from interface:CfnEndpointConfig.ClarifyShapConfigProperty
A parameter that indicates if text features are treated as text and explanations are provided for individual units of text.Required for natural language processing (NLP) explainability only.
- Specified by:
getTextConfig
in interfaceCfnEndpointConfig.ClarifyShapConfigProperty
- See Also:
-
getUseLogit
Description copied from interface:CfnEndpointConfig.ClarifyShapConfigProperty
A Boolean toggle to indicate if you want to use the logit function (true) or log-odds units (false) for model predictions.Defaults to false.
- Specified by:
getUseLogit
in interfaceCfnEndpointConfig.ClarifyShapConfigProperty
- 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()
-