File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ pipeline = Pipeline(
484484| --------------| --------------| --------------| --------|
485485| Run processing jobs | ` Processor(...) ` , ` ScriptProcessor(...) ` | ` sagemaker.core.resources.ProcessingJob ` | ❌ REMOVED |
486486| PySpark processing | ` PySparkProcessor(...) ` | ` sagemaker.core.resources.ProcessingJob ` | ❌ REMOVED |
487- | Feature Store | ` FeatureGroup ` , ` FeatureStore ` | ` sagemaker.core.resources.ProcessingJob ` | ❌ REMOVED |
487+ | Feature Store | ` FeatureGroup ` , ` FeatureStore ` | ` sagemaker.core.resources.FeatureGroup ` , ` FeatureStore ` | ✅ SUPPORTED |
488488| Data Wrangler | ` sagemaker.wrangler ` | ` sagemaker.core.resources.ProcessingJob ` | ❌ REMOVED |
489489| Ground Truth (Labeling) | Not directly in V2 SDK (AWS console) | ` sagemaker.core.resources.GroundTruthJob ` (28 classes) | 🆕 NEW IN V3 |
490490
You can’t perform that action at this time.
0 commit comments