sagemaker.mlops.workflow.model_step

sagemaker.mlops.workflow.model_step#

The ModelStep definition for SageMaker Pipelines Workflows

Classes

ModelStep(name, step_args[, depends_on, ...])

ModelStep for SageMaker Pipelines Workflows.

class sagemaker.mlops.workflow.model_step.ModelStep(name: str, step_args: _ModelStepArguments | Dict, depends_on: List[str | Step | StepCollection] | None = None, retry_policies: List[RetryPolicy] | Dict[str, List[RetryPolicy]] | None = None, display_name: str | None = None, description: str | None = None, repack_model_step_settings: Dict[str, any] | None = None)[source]#

Bases: ConfigurableRetryStep

ModelStep for SageMaker Pipelines Workflows.

property arguments: Dict[str, Any] | List[Dict[str, Any]]#

The arguments dict that are used to call the appropriate SageMaker API.

property properties#

A Properties object representing the appropriate SageMaker response data model.