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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ClarifyShapConfigProperty
CfnEndpointConfig.ClarifyShapConfigProperty.Builder, CfnEndpointConfig.ClarifyShapConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfig.ClarifyShapConfigProperty.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 number of samples to be used for analysis by the Kernal SHAP algorithm.final NumbergetSeed()The starting value used to initialize the random number generator in the explainer.final ObjectThe configuration for the SHAP baseline of the Kernal SHAP algorithm.final ObjectA parameter that indicates if text features are treated as text and explanations are provided for individual units of text.final ObjectA Boolean toggle to indicate if you want to use the logit function (true) or log-odds units (false) for model predictions.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.ClarifyShapConfigProperty.Builder.
-
-
Method Details
-
getShapBaselineConfig
Description copied from interface:CfnEndpointConfig.ClarifyShapConfigPropertyThe configuration for the SHAP baseline of the Kernal SHAP algorithm.Returns union: either
IResolvableorCfnEndpointConfig.ClarifyShapBaselineConfigProperty- Specified by:
getShapBaselineConfigin interfaceCfnEndpointConfig.ClarifyShapConfigProperty- See Also:
-
getNumberOfSamples
Description copied from interface:CfnEndpointConfig.ClarifyShapConfigPropertyThe 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:
getNumberOfSamplesin interfaceCfnEndpointConfig.ClarifyShapConfigProperty- See Also:
-
getSeed
Description copied from interface:CfnEndpointConfig.ClarifyShapConfigPropertyThe 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:
getSeedin interfaceCfnEndpointConfig.ClarifyShapConfigProperty- See Also:
-
getTextConfig
Description copied from interface:CfnEndpointConfig.ClarifyShapConfigPropertyA 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.
Returns union: either
IResolvableorCfnEndpointConfig.ClarifyTextConfigProperty- Specified by:
getTextConfigin interfaceCfnEndpointConfig.ClarifyShapConfigProperty- See Also:
-
getUseLogit
Description copied from interface:CfnEndpointConfig.ClarifyShapConfigPropertyA Boolean toggle to indicate if you want to use the logit function (true) or log-odds units (false) for model predictions.Defaults to false.
Returns union: either
BooleanorIResolvable- Specified by:
getUseLogitin interfaceCfnEndpointConfig.ClarifyShapConfigProperty- 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()
-