/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::InferenceExperiment/ModelVariantConfig.dhall
Copy path to clipboardSource
{ Type =
{ InfrastructureConfig : (./ModelInfrastructureConfig.dhall).Type
, ModelName : (./../../Fn.dhall).CfnText
, VariantName : (./../../Fn.dhall).CfnText
}
, default = {=}
}