Class CfnEndpointConfig.ClarifyShapBaselineConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfig.ClarifyShapBaselineConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfig.ClarifyShapBaselineConfigProperty
CfnEndpointConfig.ClarifyShapBaselineConfigProperty-
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.ClarifyShapBaselineConfigProperty
CfnEndpointConfig.ClarifyShapBaselineConfigProperty.Builder, CfnEndpointConfig.ClarifyShapBaselineConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfig.ClarifyShapBaselineConfigProperty.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 MIME type of the baseline data.final StringThe inline SHAP baseline data in string format.final StringThe uniform resource identifier (URI) of the S3 bucket where the SHAP baseline file is stored.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.ClarifyShapBaselineConfigProperty.Builder.
-
-
Method Details
-
getMimeType
Description copied from interface:CfnEndpointConfig.ClarifyShapBaselineConfigPropertyThe MIME type of the baseline data.Choose from
'text/csv'or'application/jsonlines'. Defaults to'text/csv'.- Specified by:
getMimeTypein interfaceCfnEndpointConfig.ClarifyShapBaselineConfigProperty- See Also:
-
getShapBaseline
Description copied from interface:CfnEndpointConfig.ClarifyShapBaselineConfigPropertyThe inline SHAP baseline data in string format.ShapBaselinecan have one or multiple records to be used as the baseline dataset. The format of the SHAP baseline file should be the same format as the training dataset. For example, if the training dataset is in CSV format and each record contains four features, and all features are numerical, then the format of the baseline data should also share these characteristics. For natural language processing (NLP) of text columns, the baseline value should be the value used to replace the unit of text specified by theGranularityof theTextConfigparameter. The size limit forShapBaslineis 4 KB. Use theShapBaselineUriparameter if you want to provide more than 4 KB of baseline data.- Specified by:
getShapBaselinein interfaceCfnEndpointConfig.ClarifyShapBaselineConfigProperty- See Also:
-
getShapBaselineUri
Description copied from interface:CfnEndpointConfig.ClarifyShapBaselineConfigPropertyThe uniform resource identifier (URI) of the S3 bucket where the SHAP baseline file is stored.The format of the SHAP baseline file should be the same format as the format of the training dataset. For example, if the training dataset is in CSV format, and each record in the training dataset has four features, and all features are numerical, then the baseline file should also have this same format. Each record should contain only the features. If you are using a virtual private cloud (VPC), the
ShapBaselineUrishould be accessible to the VPC. For more information about setting up endpoints with Amazon Virtual Private Cloud, see Give SageMaker access to Resources in your Amazon Virtual Private Cloud .- Specified by:
getShapBaselineUriin interfaceCfnEndpointConfig.ClarifyShapBaselineConfigProperty- 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()
-