module Stratosphere.SageMaker.ModelQualityJobDefinition.EndpointInputProperty (
        EndpointInputProperty(..), mkEndpointInputProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data EndpointInputProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-endpointinput.html>
    EndpointInputProperty {EndpointInputProperty -> ()
haddock_workaround_ :: (),
                           -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-endpointinput.html#cfn-sagemaker-modelqualityjobdefinition-endpointinput-endtimeoffset>
                           EndpointInputProperty -> Maybe (Value Text)
endTimeOffset :: (Prelude.Maybe (Value Prelude.Text)),
                           -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-endpointinput.html#cfn-sagemaker-modelqualityjobdefinition-endpointinput-endpointname>
                           EndpointInputProperty -> Value Text
endpointName :: (Value Prelude.Text),
                           -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-endpointinput.html#cfn-sagemaker-modelqualityjobdefinition-endpointinput-inferenceattribute>
                           EndpointInputProperty -> Maybe (Value Text)
inferenceAttribute :: (Prelude.Maybe (Value Prelude.Text)),
                           -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-endpointinput.html#cfn-sagemaker-modelqualityjobdefinition-endpointinput-localpath>
                           EndpointInputProperty -> Value Text
localPath :: (Value Prelude.Text),
                           -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-endpointinput.html#cfn-sagemaker-modelqualityjobdefinition-endpointinput-probabilityattribute>
                           EndpointInputProperty -> Maybe (Value Text)
probabilityAttribute :: (Prelude.Maybe (Value Prelude.Text)),
                           -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-endpointinput.html#cfn-sagemaker-modelqualityjobdefinition-endpointinput-probabilitythresholdattribute>
                           EndpointInputProperty -> Maybe (Value Double)
probabilityThresholdAttribute :: (Prelude.Maybe (Value Prelude.Double)),
                           -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-endpointinput.html#cfn-sagemaker-modelqualityjobdefinition-endpointinput-s3datadistributiontype>
                           EndpointInputProperty -> Maybe (Value Text)
s3DataDistributionType :: (Prelude.Maybe (Value Prelude.Text)),
                           -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-endpointinput.html#cfn-sagemaker-modelqualityjobdefinition-endpointinput-s3inputmode>
                           EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: (Prelude.Maybe (Value Prelude.Text)),
                           -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-endpointinput.html#cfn-sagemaker-modelqualityjobdefinition-endpointinput-starttimeoffset>
                           EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (EndpointInputProperty -> EndpointInputProperty -> Bool
(EndpointInputProperty -> EndpointInputProperty -> Bool)
-> (EndpointInputProperty -> EndpointInputProperty -> Bool)
-> Eq EndpointInputProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: EndpointInputProperty -> EndpointInputProperty -> Bool
== :: EndpointInputProperty -> EndpointInputProperty -> Bool
$c/= :: EndpointInputProperty -> EndpointInputProperty -> Bool
/= :: EndpointInputProperty -> EndpointInputProperty -> Bool
Prelude.Eq, Int -> EndpointInputProperty -> ShowS
[EndpointInputProperty] -> ShowS
EndpointInputProperty -> String
(Int -> EndpointInputProperty -> ShowS)
-> (EndpointInputProperty -> String)
-> ([EndpointInputProperty] -> ShowS)
-> Show EndpointInputProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> EndpointInputProperty -> ShowS
showsPrec :: Int -> EndpointInputProperty -> ShowS
$cshow :: EndpointInputProperty -> String
show :: EndpointInputProperty -> String
$cshowList :: [EndpointInputProperty] -> ShowS
showList :: [EndpointInputProperty] -> ShowS
Prelude.Show)
mkEndpointInputProperty ::
  Value Prelude.Text -> Value Prelude.Text -> EndpointInputProperty
mkEndpointInputProperty :: Value Text -> Value Text -> EndpointInputProperty
mkEndpointInputProperty Value Text
endpointName Value Text
localPath
  = EndpointInputProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), endpointName :: Value Text
endpointName = Value Text
endpointName,
       localPath :: Value Text
localPath = Value Text
localPath, endTimeOffset :: Maybe (Value Text)
endTimeOffset = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       inferenceAttribute :: Maybe (Value Text)
inferenceAttribute = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       probabilityAttribute :: Maybe (Value Text)
probabilityAttribute = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       probabilityThresholdAttribute :: Maybe (Value Double)
probabilityThresholdAttribute = Maybe (Value Double)
forall a. Maybe a
Prelude.Nothing,
       s3DataDistributionType :: Maybe (Value Text)
s3DataDistributionType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       s3InputMode :: Maybe (Value Text)
s3InputMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, startTimeOffset :: Maybe (Value Text)
startTimeOffset = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties EndpointInputProperty where
  toResourceProperties :: EndpointInputProperty -> ResourceProperties
toResourceProperties EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::SageMaker::ModelQualityJobDefinition.EndpointInput",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"EndpointName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
endpointName,
                            Key
"LocalPath" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
localPath]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EndTimeOffset" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
endTimeOffset,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InferenceAttribute" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
inferenceAttribute,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProbabilityAttribute" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
probabilityAttribute,
                               Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProbabilityThresholdAttribute"
                                 (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
probabilityThresholdAttribute,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"S3DataDistributionType"
                                 (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
s3DataDistributionType,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"S3InputMode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
s3InputMode,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StartTimeOffset" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
startTimeOffset]))}
instance JSON.ToJSON EndpointInputProperty where
  toJSON :: EndpointInputProperty -> Value
toJSON EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"EndpointName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
endpointName,
               Key
"LocalPath" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
localPath]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EndTimeOffset" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
endTimeOffset,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InferenceAttribute" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
inferenceAttribute,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProbabilityAttribute" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
probabilityAttribute,
                  Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProbabilityThresholdAttribute"
                    (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
probabilityThresholdAttribute,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"S3DataDistributionType"
                    (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
s3DataDistributionType,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"S3InputMode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
s3InputMode,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StartTimeOffset" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
startTimeOffset])))
instance Property "EndTimeOffset" EndpointInputProperty where
  type PropertyType "EndTimeOffset" EndpointInputProperty = Value Prelude.Text
  set :: PropertyType "EndTimeOffset" EndpointInputProperty
-> EndpointInputProperty -> EndpointInputProperty
set PropertyType "EndTimeOffset" EndpointInputProperty
newValue EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = EndpointInputProperty {endTimeOffset :: Maybe (Value Text)
endTimeOffset = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EndTimeOffset" EndpointInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
haddock_workaround_ :: ()
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
instance Property "EndpointName" EndpointInputProperty where
  type PropertyType "EndpointName" EndpointInputProperty = Value Prelude.Text
  set :: PropertyType "EndpointName" EndpointInputProperty
-> EndpointInputProperty -> EndpointInputProperty
set PropertyType "EndpointName" EndpointInputProperty
newValue EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = EndpointInputProperty {endpointName :: Value Text
endpointName = PropertyType "EndpointName" EndpointInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
instance Property "InferenceAttribute" EndpointInputProperty where
  type PropertyType "InferenceAttribute" EndpointInputProperty = Value Prelude.Text
  set :: PropertyType "InferenceAttribute" EndpointInputProperty
-> EndpointInputProperty -> EndpointInputProperty
set PropertyType "InferenceAttribute" EndpointInputProperty
newValue EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = EndpointInputProperty
        {inferenceAttribute :: Maybe (Value Text)
inferenceAttribute = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InferenceAttribute" EndpointInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
instance Property "LocalPath" EndpointInputProperty where
  type PropertyType "LocalPath" EndpointInputProperty = Value Prelude.Text
  set :: PropertyType "LocalPath" EndpointInputProperty
-> EndpointInputProperty -> EndpointInputProperty
set PropertyType "LocalPath" EndpointInputProperty
newValue EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = EndpointInputProperty {localPath :: Value Text
localPath = PropertyType "LocalPath" EndpointInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
instance Property "ProbabilityAttribute" EndpointInputProperty where
  type PropertyType "ProbabilityAttribute" EndpointInputProperty = Value Prelude.Text
  set :: PropertyType "ProbabilityAttribute" EndpointInputProperty
-> EndpointInputProperty -> EndpointInputProperty
set PropertyType "ProbabilityAttribute" EndpointInputProperty
newValue EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = EndpointInputProperty
        {probabilityAttribute :: Maybe (Value Text)
probabilityAttribute = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProbabilityAttribute" EndpointInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
instance Property "ProbabilityThresholdAttribute" EndpointInputProperty where
  type PropertyType "ProbabilityThresholdAttribute" EndpointInputProperty = Value Prelude.Double
  set :: PropertyType "ProbabilityThresholdAttribute" EndpointInputProperty
-> EndpointInputProperty -> EndpointInputProperty
set PropertyType "ProbabilityThresholdAttribute" EndpointInputProperty
newValue EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = EndpointInputProperty
        {probabilityThresholdAttribute :: Maybe (Value Double)
probabilityThresholdAttribute = Value Double -> Maybe (Value Double)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProbabilityThresholdAttribute" EndpointInputProperty
Value Double
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
instance Property "S3DataDistributionType" EndpointInputProperty where
  type PropertyType "S3DataDistributionType" EndpointInputProperty = Value Prelude.Text
  set :: PropertyType "S3DataDistributionType" EndpointInputProperty
-> EndpointInputProperty -> EndpointInputProperty
set PropertyType "S3DataDistributionType" EndpointInputProperty
newValue EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = EndpointInputProperty
        {s3DataDistributionType :: Maybe (Value Text)
s3DataDistributionType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "S3DataDistributionType" EndpointInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
instance Property "S3InputMode" EndpointInputProperty where
  type PropertyType "S3InputMode" EndpointInputProperty = Value Prelude.Text
  set :: PropertyType "S3InputMode" EndpointInputProperty
-> EndpointInputProperty -> EndpointInputProperty
set PropertyType "S3InputMode" EndpointInputProperty
newValue EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = EndpointInputProperty {s3InputMode :: Maybe (Value Text)
s3InputMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "S3InputMode" EndpointInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
instance Property "StartTimeOffset" EndpointInputProperty where
  type PropertyType "StartTimeOffset" EndpointInputProperty = Value Prelude.Text
  set :: PropertyType "StartTimeOffset" EndpointInputProperty
-> EndpointInputProperty -> EndpointInputProperty
set PropertyType "StartTimeOffset" EndpointInputProperty
newValue EndpointInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: EndpointInputProperty -> ()
endTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
endpointName :: EndpointInputProperty -> Value Text
inferenceAttribute :: EndpointInputProperty -> Maybe (Value Text)
localPath :: EndpointInputProperty -> Value Text
probabilityAttribute :: EndpointInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: EndpointInputProperty -> Maybe (Value Double)
s3DataDistributionType :: EndpointInputProperty -> Maybe (Value Text)
s3InputMode :: EndpointInputProperty -> Maybe (Value Text)
startTimeOffset :: EndpointInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
startTimeOffset :: Maybe (Value Text)
..}
    = EndpointInputProperty
        {startTimeOffset :: Maybe (Value Text)
startTimeOffset = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StartTimeOffset" EndpointInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
haddock_workaround_ :: ()
endTimeOffset :: Maybe (Value Text)
endpointName :: Value Text
inferenceAttribute :: Maybe (Value Text)
localPath :: Value Text
probabilityAttribute :: Maybe (Value Text)
probabilityThresholdAttribute :: Maybe (Value Double)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}