module Stratosphere.SageMaker.ModelBiasJobDefinition.BatchTransformInputProperty (
module Exports, BatchTransformInputProperty(..),
mkBatchTransformInputProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.SageMaker.ModelBiasJobDefinition.DatasetFormatProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data BatchTransformInputProperty
=
BatchTransformInputProperty {BatchTransformInputProperty -> ()
haddock_workaround_ :: (),
BatchTransformInputProperty -> Value Text
dataCapturedDestinationS3Uri :: (Value Prelude.Text),
BatchTransformInputProperty -> DatasetFormatProperty
datasetFormat :: DatasetFormatProperty,
BatchTransformInputProperty -> Maybe (Value Text)
endTimeOffset :: (Prelude.Maybe (Value Prelude.Text)),
BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: (Prelude.Maybe (Value Prelude.Text)),
BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: (Prelude.Maybe (Value Prelude.Text)),
BatchTransformInputProperty -> Value Text
localPath :: (Value Prelude.Text),
BatchTransformInputProperty -> Maybe (Value Text)
probabilityAttribute :: (Prelude.Maybe (Value Prelude.Text)),
BatchTransformInputProperty -> Maybe (Value Double)
probabilityThresholdAttribute :: (Prelude.Maybe (Value Prelude.Double)),
BatchTransformInputProperty -> Maybe (Value Text)
s3DataDistributionType :: (Prelude.Maybe (Value Prelude.Text)),
BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: (Prelude.Maybe (Value Prelude.Text)),
BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (BatchTransformInputProperty -> BatchTransformInputProperty -> Bool
(BatchTransformInputProperty
-> BatchTransformInputProperty -> Bool)
-> (BatchTransformInputProperty
-> BatchTransformInputProperty -> Bool)
-> Eq BatchTransformInputProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: BatchTransformInputProperty -> BatchTransformInputProperty -> Bool
== :: BatchTransformInputProperty -> BatchTransformInputProperty -> Bool
$c/= :: BatchTransformInputProperty -> BatchTransformInputProperty -> Bool
/= :: BatchTransformInputProperty -> BatchTransformInputProperty -> Bool
Prelude.Eq, Int -> BatchTransformInputProperty -> ShowS
[BatchTransformInputProperty] -> ShowS
BatchTransformInputProperty -> String
(Int -> BatchTransformInputProperty -> ShowS)
-> (BatchTransformInputProperty -> String)
-> ([BatchTransformInputProperty] -> ShowS)
-> Show BatchTransformInputProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> BatchTransformInputProperty -> ShowS
showsPrec :: Int -> BatchTransformInputProperty -> ShowS
$cshow :: BatchTransformInputProperty -> String
show :: BatchTransformInputProperty -> String
$cshowList :: [BatchTransformInputProperty] -> ShowS
showList :: [BatchTransformInputProperty] -> ShowS
Prelude.Show)
mkBatchTransformInputProperty ::
Value Prelude.Text
-> DatasetFormatProperty
-> Value Prelude.Text -> BatchTransformInputProperty
mkBatchTransformInputProperty :: Value Text
-> DatasetFormatProperty
-> Value Text
-> BatchTransformInputProperty
mkBatchTransformInputProperty
Value Text
dataCapturedDestinationS3Uri
DatasetFormatProperty
datasetFormat
Value Text
localPath
= BatchTransformInputProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (),
dataCapturedDestinationS3Uri :: Value Text
dataCapturedDestinationS3Uri = Value Text
dataCapturedDestinationS3Uri,
datasetFormat :: DatasetFormatProperty
datasetFormat = DatasetFormatProperty
datasetFormat, localPath :: Value Text
localPath = Value Text
localPath,
endTimeOffset :: Maybe (Value Text)
endTimeOffset = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
featuresAttribute :: Maybe (Value Text)
featuresAttribute = 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 BatchTransformInputProperty where
toResourceProperties :: BatchTransformInputProperty -> ResourceProperties
toResourceProperties BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::SageMaker::ModelBiasJobDefinition.BatchTransformInput",
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
"DataCapturedDestinationS3Uri"
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
dataCapturedDestinationS3Uri,
Key
"DatasetFormat" Key -> DatasetFormatProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= DatasetFormatProperty
datasetFormat,
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
"FeaturesAttribute" (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)
featuresAttribute,
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 BatchTransformInputProperty where
toJSON :: BatchTransformInputProperty -> Value
toJSON BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= [(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
"DataCapturedDestinationS3Uri"
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
dataCapturedDestinationS3Uri,
Key
"DatasetFormat" Key -> DatasetFormatProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= DatasetFormatProperty
datasetFormat,
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
"FeaturesAttribute" (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)
featuresAttribute,
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 "DataCapturedDestinationS3Uri" BatchTransformInputProperty where
type PropertyType "DataCapturedDestinationS3Uri" BatchTransformInputProperty = Value Prelude.Text
set :: PropertyType
"DataCapturedDestinationS3Uri" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType
"DataCapturedDestinationS3Uri" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty
{dataCapturedDestinationS3Uri :: Value Text
dataCapturedDestinationS3Uri = PropertyType
"DataCapturedDestinationS3Uri" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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_ :: ()
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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 "DatasetFormat" BatchTransformInputProperty where
type PropertyType "DatasetFormat" BatchTransformInputProperty = DatasetFormatProperty
set :: PropertyType "DatasetFormat" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "DatasetFormat" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty {datasetFormat :: DatasetFormatProperty
datasetFormat = PropertyType "DatasetFormat" BatchTransformInputProperty
DatasetFormatProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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_ :: ()
dataCapturedDestinationS3Uri :: Value Text
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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 "EndTimeOffset" BatchTransformInputProperty where
type PropertyType "EndTimeOffset" BatchTransformInputProperty = Value Prelude.Text
set :: PropertyType "EndTimeOffset" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "EndTimeOffset" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty
{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" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
featuresAttribute :: 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_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
featuresAttribute :: 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 "FeaturesAttribute" BatchTransformInputProperty where
type PropertyType "FeaturesAttribute" BatchTransformInputProperty = Value Prelude.Text
set :: PropertyType "FeaturesAttribute" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "FeaturesAttribute" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty
{featuresAttribute :: Maybe (Value Text)
featuresAttribute = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FeaturesAttribute" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
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_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
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" BatchTransformInputProperty where
type PropertyType "InferenceAttribute" BatchTransformInputProperty = Value Prelude.Text
set :: PropertyType "InferenceAttribute" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "InferenceAttribute" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty
{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" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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 "LocalPath" BatchTransformInputProperty where
type PropertyType "LocalPath" BatchTransformInputProperty = Value Prelude.Text
set :: PropertyType "LocalPath" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "LocalPath" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty {localPath :: Value Text
localPath = PropertyType "LocalPath" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: Maybe (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_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: Maybe (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" BatchTransformInputProperty where
type PropertyType "ProbabilityAttribute" BatchTransformInputProperty = Value Prelude.Text
set :: PropertyType "ProbabilityAttribute" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "ProbabilityAttribute" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty
{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" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: Maybe (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_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: Maybe (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" BatchTransformInputProperty where
type PropertyType "ProbabilityThresholdAttribute" BatchTransformInputProperty = Value Prelude.Double
set :: PropertyType
"ProbabilityThresholdAttribute" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType
"ProbabilityThresholdAttribute" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty
{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" BatchTransformInputProperty
Value Double
newValue, Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: Maybe (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_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: Maybe (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" BatchTransformInputProperty where
type PropertyType "S3DataDistributionType" BatchTransformInputProperty = Value Prelude.Text
set :: PropertyType "S3DataDistributionType" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "S3DataDistributionType" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty
{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" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: Maybe (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_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: Maybe (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" BatchTransformInputProperty where
type PropertyType "S3InputMode" BatchTransformInputProperty = Value Prelude.Text
set :: PropertyType "S3InputMode" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "S3InputMode" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty
{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" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: Maybe (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_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: Maybe (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" BatchTransformInputProperty where
type PropertyType "StartTimeOffset" BatchTransformInputProperty = Value Prelude.Text
set :: PropertyType "StartTimeOffset" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "StartTimeOffset" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
endTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
featuresAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
inferenceAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
probabilityAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
probabilityThresholdAttribute :: BatchTransformInputProperty -> Maybe (Value Double)
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
startTimeOffset :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}
= BatchTransformInputProperty
{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" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
endTimeOffset :: Maybe (Value Text)
featuresAttribute :: 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)
..}