module Stratosphere.SageMaker.ModelPackage.SourceAlgorithmProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SourceAlgorithmProperty :: Prelude.Type instance ToResourceProperties SourceAlgorithmProperty instance Prelude.Eq SourceAlgorithmProperty instance Prelude.Show SourceAlgorithmProperty instance JSON.ToJSON SourceAlgorithmProperty