/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::InferenceExperiment/ModelVariantConfig.dhall

Copy path to clipboard

Source

{ Type =
{ InfrastructureConfig : (./ModelInfrastructureConfig.dhall).Type
, ModelName : (./../../Fn.dhall).CfnText
, VariantName : (./../../Fn.dhall).CfnText
}
, default = {=}
}