/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::DataQualityJobDefinition/DataQualityJobInput.dhall

Copy path to clipboard

Source

{ Type =
{ BatchTransformInput : Optional (./BatchTransformInput.dhall).Type
, EndpointInput : Optional (./EndpointInput.dhall).Type
}
, default =
{ BatchTransformInput = None (./BatchTransformInput.dhall).Type
, EndpointInput = None (./EndpointInput.dhall).Type
}
}