/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::EndpointConfig/AsyncInferenceConfig.dhall

Copy path to clipboard

Source

{ Type =
{ ClientConfig : Optional (./AsyncInferenceClientConfig.dhall).Type
, OutputConfig : (./AsyncInferenceOutputConfig.dhall).Type
}
, default.ClientConfig = None (./AsyncInferenceClientConfig.dhall).Type
}