| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ClarifyShapBaselineConfig |
ClarifyShapBaselineConfig.clone() |
ClarifyShapBaselineConfig |
ClarifyShapConfig.getShapBaselineConfig()
The configuration for the SHAP baseline of the Kernal SHAP algorithm.
|
ClarifyShapBaselineConfig |
ClarifyShapBaselineConfig.withMimeType(String mimeType)
The MIME type of the baseline data.
|
ClarifyShapBaselineConfig |
ClarifyShapBaselineConfig.withShapBaseline(String shapBaseline)
The inline SHAP baseline data in string format.
|
ClarifyShapBaselineConfig |
ClarifyShapBaselineConfig.withShapBaselineUri(String shapBaselineUri)
The uniform resource identifier (URI) of the S3 bucket where the SHAP baseline file is stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClarifyShapConfig.setShapBaselineConfig(ClarifyShapBaselineConfig shapBaselineConfig)
The configuration for the SHAP baseline of the Kernal SHAP algorithm.
|
ClarifyShapConfig |
ClarifyShapConfig.withShapBaselineConfig(ClarifyShapBaselineConfig shapBaselineConfig)
The configuration for the SHAP baseline of the Kernal SHAP algorithm.
|
Copyright © 2023. All rights reserved.