sagemaker.mlops.workflow.monitor_batch_transform_step

sagemaker.mlops.workflow.monitor_batch_transform_step#

The MonitorBatchTransform definition for SageMaker Pipelines Workflows

Classes

MonitorBatchTransformStep(name, ...[, ...])

Creates a Transformer step with Quality or Clarify check step

class sagemaker.mlops.workflow.monitor_batch_transform_step.MonitorBatchTransformStep(name: str, transform_step_args: _JobStepArguments, monitor_configuration: QualityCheckConfig | ClarifyCheckConfig, check_job_configuration: CheckJobConfig, monitor_before_transform: bool = False, fail_on_violation: bool | PipelineVariable = True, supplied_baseline_statistics: str | PipelineVariable | None = None, supplied_baseline_constraints: str | PipelineVariable | None = None, display_name: str | None = None, description: str | None = None)[source]#

Bases: StepCollection

Creates a Transformer step with Quality or Clarify check step

Used to monitor the inputs and outputs of the batch transform job.