source/lib/blueprints/byom/pipeline_definitions/sagemaker_model_monitor_construct.py [269:274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    instance_count=core.Token.as_number(self.instance_count),
                    instance_type=self.instance_type,
                    volume_size_in_gb=core.Token.as_number(self.instance_volume_size),
                    volume_kms_key_id=self.kms_key_arn,
                )
            ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/lib/blueprints/byom/pipeline_definitions/sagemaker_model_monitor_construct.py [336:341]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    instance_count=core.Token.as_number(self.instance_count),
                    instance_type=self.instance_type,
                    volume_size_in_gb=core.Token.as_number(self.instance_volume_size),
                    volume_kms_key_id=self.kms_key_arn,
                )
            ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



