module Stratosphere.SageMaker.ModelQualityJobDefinition.ModelQualityAppSpecificationProperty (
ModelQualityAppSpecificationProperty(..),
mkModelQualityAppSpecificationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data ModelQualityAppSpecificationProperty
=
ModelQualityAppSpecificationProperty {ModelQualityAppSpecificationProperty -> ()
haddock_workaround_ :: (),
ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerArguments :: (Prelude.Maybe (ValueList Prelude.Text)),
ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerEntrypoint :: (Prelude.Maybe (ValueList Prelude.Text)),
ModelQualityAppSpecificationProperty
-> Maybe (Map Text (Value Text))
environment :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
ModelQualityAppSpecificationProperty -> Value Text
imageUri :: (Value Prelude.Text),
ModelQualityAppSpecificationProperty -> Maybe (Value Text)
postAnalyticsProcessorSourceUri :: (Prelude.Maybe (Value Prelude.Text)),
ModelQualityAppSpecificationProperty -> Value Text
problemType :: (Value Prelude.Text),
ModelQualityAppSpecificationProperty -> Maybe (Value Text)
recordPreprocessorSourceUri :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty -> Bool
(ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty -> Bool)
-> (ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty -> Bool)
-> Eq ModelQualityAppSpecificationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty -> Bool
== :: ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty -> Bool
$c/= :: ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty -> Bool
/= :: ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty -> Bool
Prelude.Eq, Int -> ModelQualityAppSpecificationProperty -> ShowS
[ModelQualityAppSpecificationProperty] -> ShowS
ModelQualityAppSpecificationProperty -> String
(Int -> ModelQualityAppSpecificationProperty -> ShowS)
-> (ModelQualityAppSpecificationProperty -> String)
-> ([ModelQualityAppSpecificationProperty] -> ShowS)
-> Show ModelQualityAppSpecificationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> ModelQualityAppSpecificationProperty -> ShowS
showsPrec :: Int -> ModelQualityAppSpecificationProperty -> ShowS
$cshow :: ModelQualityAppSpecificationProperty -> String
show :: ModelQualityAppSpecificationProperty -> String
$cshowList :: [ModelQualityAppSpecificationProperty] -> ShowS
showList :: [ModelQualityAppSpecificationProperty] -> ShowS
Prelude.Show)
mkModelQualityAppSpecificationProperty ::
Value Prelude.Text
-> Value Prelude.Text -> ModelQualityAppSpecificationProperty
mkModelQualityAppSpecificationProperty :: Value Text -> Value Text -> ModelQualityAppSpecificationProperty
mkModelQualityAppSpecificationProperty Value Text
imageUri Value Text
problemType
= ModelQualityAppSpecificationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), imageUri :: Value Text
imageUri = Value Text
imageUri,
problemType :: Value Text
problemType = Value Text
problemType, containerArguments :: Maybe (ValueList Text)
containerArguments = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
containerEntrypoint :: Maybe (ValueList Text)
containerEntrypoint = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
environment :: Maybe (Map Text (Value Text))
environment = Maybe (Map Text (Value Text))
forall a. Maybe a
Prelude.Nothing,
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
postAnalyticsProcessorSourceUri = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
recordPreprocessorSourceUri :: Maybe (Value Text)
recordPreprocessorSourceUri = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties ModelQualityAppSpecificationProperty where
toResourceProperties :: ModelQualityAppSpecificationProperty -> ResourceProperties
toResourceProperties ModelQualityAppSpecificationProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ModelQualityAppSpecificationProperty -> ()
containerArguments :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerEntrypoint :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
environment :: ModelQualityAppSpecificationProperty
-> Maybe (Map Text (Value Text))
imageUri :: ModelQualityAppSpecificationProperty -> Value Text
postAnalyticsProcessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
problemType :: ModelQualityAppSpecificationProperty -> Value Text
recordPreprocessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::SageMaker::ModelQualityJobDefinition.ModelQualityAppSpecification",
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
"ImageUri" 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
imageUri, Key
"ProblemType" 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
problemType]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> ValueList 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
"ContainerArguments" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
containerArguments,
Key -> ValueList 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
"ContainerEntrypoint" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
containerEntrypoint,
Key -> Map Text (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
"Environment" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
environment,
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
"PostAnalyticsProcessorSourceUri"
(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)
postAnalyticsProcessorSourceUri,
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
"RecordPreprocessorSourceUri"
(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)
recordPreprocessorSourceUri]))}
instance JSON.ToJSON ModelQualityAppSpecificationProperty where
toJSON :: ModelQualityAppSpecificationProperty -> Value
toJSON ModelQualityAppSpecificationProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ModelQualityAppSpecificationProperty -> ()
containerArguments :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerEntrypoint :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
environment :: ModelQualityAppSpecificationProperty
-> Maybe (Map Text (Value Text))
imageUri :: ModelQualityAppSpecificationProperty -> Value Text
postAnalyticsProcessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
problemType :: ModelQualityAppSpecificationProperty -> Value Text
recordPreprocessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: 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
"ImageUri" 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
imageUri, Key
"ProblemType" 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
problemType]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> ValueList 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
"ContainerArguments" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
containerArguments,
Key -> ValueList 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
"ContainerEntrypoint" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
containerEntrypoint,
Key -> Map Text (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
"Environment" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
environment,
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
"PostAnalyticsProcessorSourceUri"
(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)
postAnalyticsProcessorSourceUri,
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
"RecordPreprocessorSourceUri"
(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)
recordPreprocessorSourceUri])))
instance Property "ContainerArguments" ModelQualityAppSpecificationProperty where
type PropertyType "ContainerArguments" ModelQualityAppSpecificationProperty = ValueList Prelude.Text
set :: PropertyType
"ContainerArguments" ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
set PropertyType
"ContainerArguments" ModelQualityAppSpecificationProperty
newValue ModelQualityAppSpecificationProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ModelQualityAppSpecificationProperty -> ()
containerArguments :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerEntrypoint :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
environment :: ModelQualityAppSpecificationProperty
-> Maybe (Map Text (Value Text))
imageUri :: ModelQualityAppSpecificationProperty -> Value Text
postAnalyticsProcessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
problemType :: ModelQualityAppSpecificationProperty -> Value Text
recordPreprocessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
= ModelQualityAppSpecificationProperty
{containerArguments :: Maybe (ValueList Text)
containerArguments = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ContainerArguments" ModelQualityAppSpecificationProperty
ValueList Text
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
haddock_workaround_ :: ()
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
instance Property "ContainerEntrypoint" ModelQualityAppSpecificationProperty where
type PropertyType "ContainerEntrypoint" ModelQualityAppSpecificationProperty = ValueList Prelude.Text
set :: PropertyType
"ContainerEntrypoint" ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
set PropertyType
"ContainerEntrypoint" ModelQualityAppSpecificationProperty
newValue ModelQualityAppSpecificationProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ModelQualityAppSpecificationProperty -> ()
containerArguments :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerEntrypoint :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
environment :: ModelQualityAppSpecificationProperty
-> Maybe (Map Text (Value Text))
imageUri :: ModelQualityAppSpecificationProperty -> Value Text
postAnalyticsProcessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
problemType :: ModelQualityAppSpecificationProperty -> Value Text
recordPreprocessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
= ModelQualityAppSpecificationProperty
{containerEntrypoint :: Maybe (ValueList Text)
containerEntrypoint = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ContainerEntrypoint" ModelQualityAppSpecificationProperty
ValueList Text
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
instance Property "Environment" ModelQualityAppSpecificationProperty where
type PropertyType "Environment" ModelQualityAppSpecificationProperty = Prelude.Map Prelude.Text (Value Prelude.Text)
set :: PropertyType "Environment" ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
set PropertyType "Environment" ModelQualityAppSpecificationProperty
newValue ModelQualityAppSpecificationProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ModelQualityAppSpecificationProperty -> ()
containerArguments :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerEntrypoint :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
environment :: ModelQualityAppSpecificationProperty
-> Maybe (Map Text (Value Text))
imageUri :: ModelQualityAppSpecificationProperty -> Value Text
postAnalyticsProcessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
problemType :: ModelQualityAppSpecificationProperty -> Value Text
recordPreprocessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
= ModelQualityAppSpecificationProperty
{environment :: Maybe (Map Text (Value Text))
environment = Map Text (Value Text) -> Maybe (Map Text (Value Text))
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text (Value Text)
PropertyType "Environment" ModelQualityAppSpecificationProperty
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
instance Property "ImageUri" ModelQualityAppSpecificationProperty where
type PropertyType "ImageUri" ModelQualityAppSpecificationProperty = Value Prelude.Text
set :: PropertyType "ImageUri" ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
set PropertyType "ImageUri" ModelQualityAppSpecificationProperty
newValue ModelQualityAppSpecificationProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ModelQualityAppSpecificationProperty -> ()
containerArguments :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerEntrypoint :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
environment :: ModelQualityAppSpecificationProperty
-> Maybe (Map Text (Value Text))
imageUri :: ModelQualityAppSpecificationProperty -> Value Text
postAnalyticsProcessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
problemType :: ModelQualityAppSpecificationProperty -> Value Text
recordPreprocessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
= ModelQualityAppSpecificationProperty {imageUri :: Value Text
imageUri = PropertyType "ImageUri" ModelQualityAppSpecificationProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
instance Property "PostAnalyticsProcessorSourceUri" ModelQualityAppSpecificationProperty where
type PropertyType "PostAnalyticsProcessorSourceUri" ModelQualityAppSpecificationProperty = Value Prelude.Text
set :: PropertyType
"PostAnalyticsProcessorSourceUri"
ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
set PropertyType
"PostAnalyticsProcessorSourceUri"
ModelQualityAppSpecificationProperty
newValue ModelQualityAppSpecificationProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ModelQualityAppSpecificationProperty -> ()
containerArguments :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerEntrypoint :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
environment :: ModelQualityAppSpecificationProperty
-> Maybe (Map Text (Value Text))
imageUri :: ModelQualityAppSpecificationProperty -> Value Text
postAnalyticsProcessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
problemType :: ModelQualityAppSpecificationProperty -> Value Text
recordPreprocessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
= ModelQualityAppSpecificationProperty
{postAnalyticsProcessorSourceUri :: Maybe (Value Text)
postAnalyticsProcessorSourceUri = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"PostAnalyticsProcessorSourceUri"
ModelQualityAppSpecificationProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
instance Property "ProblemType" ModelQualityAppSpecificationProperty where
type PropertyType "ProblemType" ModelQualityAppSpecificationProperty = Value Prelude.Text
set :: PropertyType "ProblemType" ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
set PropertyType "ProblemType" ModelQualityAppSpecificationProperty
newValue ModelQualityAppSpecificationProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ModelQualityAppSpecificationProperty -> ()
containerArguments :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerEntrypoint :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
environment :: ModelQualityAppSpecificationProperty
-> Maybe (Map Text (Value Text))
imageUri :: ModelQualityAppSpecificationProperty -> Value Text
postAnalyticsProcessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
problemType :: ModelQualityAppSpecificationProperty -> Value Text
recordPreprocessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
= ModelQualityAppSpecificationProperty {problemType :: Value Text
problemType = PropertyType "ProblemType" ModelQualityAppSpecificationProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
recordPreprocessorSourceUri :: Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
instance Property "RecordPreprocessorSourceUri" ModelQualityAppSpecificationProperty where
type PropertyType "RecordPreprocessorSourceUri" ModelQualityAppSpecificationProperty = Value Prelude.Text
set :: PropertyType
"RecordPreprocessorSourceUri" ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
-> ModelQualityAppSpecificationProperty
set PropertyType
"RecordPreprocessorSourceUri" ModelQualityAppSpecificationProperty
newValue ModelQualityAppSpecificationProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ModelQualityAppSpecificationProperty -> ()
containerArguments :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
containerEntrypoint :: ModelQualityAppSpecificationProperty -> Maybe (ValueList Text)
environment :: ModelQualityAppSpecificationProperty
-> Maybe (Map Text (Value Text))
imageUri :: ModelQualityAppSpecificationProperty -> Value Text
postAnalyticsProcessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
problemType :: ModelQualityAppSpecificationProperty -> Value Text
recordPreprocessorSourceUri :: ModelQualityAppSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
recordPreprocessorSourceUri :: Maybe (Value Text)
..}
= ModelQualityAppSpecificationProperty
{recordPreprocessorSourceUri :: Maybe (Value Text)
recordPreprocessorSourceUri = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"RecordPreprocessorSourceUri" ModelQualityAppSpecificationProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
haddock_workaround_ :: ()
containerArguments :: Maybe (ValueList Text)
containerEntrypoint :: Maybe (ValueList Text)
environment :: Maybe (Map Text (Value Text))
imageUri :: Value Text
postAnalyticsProcessorSourceUri :: Maybe (Value Text)
problemType :: Value Text
..}