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