/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::ModelPackage/ModelQuality.dhall
Copy path to clipboardSource
{ Type =
{ Constraints : Optional (./MetricsSource.dhall).Type
, Statistics : Optional (./MetricsSource.dhall).Type
}
, default =
{ Constraints = None (./MetricsSource.dhall).Type
, Statistics = None (./MetricsSource.dhall).Type
}
}