Class CfnEndpointConfigPropsMixin.ClarifyShapConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.ClarifyShapConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfigPropsMixin.ClarifyShapConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfigPropsMixin.ClarifyShapConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfigPropsMixin.ClarifyShapConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfigPropsMixin.ClarifyShapConfigProperty
An implementation for
CfnEndpointConfigPropsMixin.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.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.ClarifyShapConfigProperty
CfnEndpointConfigPropsMixin.ClarifyShapConfigProperty.Builder, CfnEndpointConfigPropsMixin.ClarifyShapConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfigPropsMixin.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 theCfnEndpointConfigPropsMixin.ClarifyShapConfigProperty.Builder.
-
-
Method Details
-
getNumberOfSamples
Description copied from interface:CfnEndpointConfigPropsMixin.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 interfaceCfnEndpointConfigPropsMixin.ClarifyShapConfigProperty- See Also:
-
getSeed
Description copied from interface:CfnEndpointConfigPropsMixin.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 interfaceCfnEndpointConfigPropsMixin.ClarifyShapConfigProperty- See Also:
-
getShapBaselineConfig
Description copied from interface:CfnEndpointConfigPropsMixin.ClarifyShapConfigPropertyThe configuration for the SHAP baseline of the Kernal SHAP algorithm.Returns union: either
IResolvableorCfnEndpointConfigPropsMixin.ClarifyShapBaselineConfigProperty- Specified by:
getShapBaselineConfigin interfaceCfnEndpointConfigPropsMixin.ClarifyShapConfigProperty- See Also:
-
getTextConfig
Description copied from interface:CfnEndpointConfigPropsMixin.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
IResolvableorCfnEndpointConfigPropsMixin.ClarifyTextConfigProperty- Specified by:
getTextConfigin interfaceCfnEndpointConfigPropsMixin.ClarifyShapConfigProperty- See Also:
-
getUseLogit
Description copied from interface:CfnEndpointConfigPropsMixin.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 interfaceCfnEndpointConfigPropsMixin.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()
-