morfaer

Results 4 comments of morfaer

Any update on this issue? Facing the same problem.

> Thanks @dgallitelli > > We would encourage users to adopt this new way to construct `TrainingStep`, `ProcessingStep`, `TransformStep`, `TuningStep`, and `ModelStep`. > > We have a `readthedocs` about to...

I tried the ModelStep example from docs here: https://sagemaker.readthedocs.io/en/stable/amazon_sagemaker_model_building_pipeline.html#model-step Assuming that the `Model` object in this example is `sagemaker.model.Model`, the `register` method returns a `ModelPackage | None` type but the...

@jerrypeng7773 The additional `pipeline_session` parameter worked for. Thanks. What's weird though is that the `ModelStep` appends a `RegisterModel` suffix to my pipeline step in Sagemaker Studio. I guess the reason...