We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2dc63 commit eb5382aCopy full SHA for eb5382a
tests/integ/test_workflow_with_clarify.py
@@ -24,11 +24,11 @@
24
from botocore.exceptions import WaiterError
25
from sagemaker.amazon.linear_learner import LinearLearner, LinearLearnerPredictor
26
from sagemaker.clarify import (
27
- SageMakerClarifyProcessor,
28
BiasConfig,
29
DataConfig,
30
ModelConfig,
31
ModelPredictedLabelConfig,
+ SageMakerClarifyProcessor,
32
)
33
from sagemaker.processing import ProcessingInput, ProcessingOutput
34
from sagemaker.session import get_execution_role
0 commit comments