module Stratosphere.SageMaker.ModelPackage.ModelPackageContainerDefinitionProperty (
module Exports, ModelPackageContainerDefinitionProperty(..),
mkModelPackageContainerDefinitionProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.SageMaker.ModelPackage.ModelDataSourceProperty as Exports
import {-# SOURCE #-} Stratosphere.SageMaker.ModelPackage.ModelInputProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data ModelPackageContainerDefinitionProperty
=
ModelPackageContainerDefinitionProperty {ModelPackageContainerDefinitionProperty -> ()
haddock_workaround_ :: (),
ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
containerHostname :: (Prelude.Maybe (Value Prelude.Text)),
ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
environment :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
framework :: (Prelude.Maybe (Value Prelude.Text)),
ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: (Prelude.Maybe (Value Prelude.Text)),
ModelPackageContainerDefinitionProperty -> Value Text
image :: (Value Prelude.Text),
ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
imageDigest :: (Prelude.Maybe (Value Prelude.Text)),
ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataSource :: (Prelude.Maybe ModelDataSourceProperty),
ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataUrl :: (Prelude.Maybe (Value Prelude.Text)),
ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
modelInput :: (Prelude.Maybe ModelInputProperty),
ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
nearestModelName :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty -> Bool
(ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty -> Bool)
-> (ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty -> Bool)
-> Eq ModelPackageContainerDefinitionProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty -> Bool
== :: ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty -> Bool
$c/= :: ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty -> Bool
/= :: ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty -> Bool
Prelude.Eq, Int -> ModelPackageContainerDefinitionProperty -> ShowS
[ModelPackageContainerDefinitionProperty] -> ShowS
ModelPackageContainerDefinitionProperty -> String
(Int -> ModelPackageContainerDefinitionProperty -> ShowS)
-> (ModelPackageContainerDefinitionProperty -> String)
-> ([ModelPackageContainerDefinitionProperty] -> ShowS)
-> Show ModelPackageContainerDefinitionProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> ModelPackageContainerDefinitionProperty -> ShowS
showsPrec :: Int -> ModelPackageContainerDefinitionProperty -> ShowS
$cshow :: ModelPackageContainerDefinitionProperty -> String
show :: ModelPackageContainerDefinitionProperty -> String
$cshowList :: [ModelPackageContainerDefinitionProperty] -> ShowS
showList :: [ModelPackageContainerDefinitionProperty] -> ShowS
Prelude.Show)
mkModelPackageContainerDefinitionProperty ::
Value Prelude.Text -> ModelPackageContainerDefinitionProperty
mkModelPackageContainerDefinitionProperty :: Value Text -> ModelPackageContainerDefinitionProperty
mkModelPackageContainerDefinitionProperty Value Text
image
= ModelPackageContainerDefinitionProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), image :: Value Text
image = Value Text
image,
containerHostname :: Maybe (Value Text)
containerHostname = Maybe (Value 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,
framework :: Maybe (Value Text)
framework = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, frameworkVersion :: Maybe (Value Text)
frameworkVersion = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
imageDigest :: Maybe (Value Text)
imageDigest = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, modelDataSource :: Maybe ModelDataSourceProperty
modelDataSource = Maybe ModelDataSourceProperty
forall a. Maybe a
Prelude.Nothing,
modelDataUrl :: Maybe (Value Text)
modelDataUrl = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, modelInput :: Maybe ModelInputProperty
modelInput = Maybe ModelInputProperty
forall a. Maybe a
Prelude.Nothing,
nearestModelName :: Maybe (Value Text)
nearestModelName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties ModelPackageContainerDefinitionProperty where
toResourceProperties :: ModelPackageContainerDefinitionProperty -> ResourceProperties
toResourceProperties ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::SageMaker::ModelPackage.ModelPackageContainerDefinition",
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
"Image" 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
image]
([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
"ContainerHostname" (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)
containerHostname,
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
"Framework" (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)
framework,
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
"FrameworkVersion" (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)
frameworkVersion,
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
"ImageDigest" (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)
imageDigest,
Key -> ModelDataSourceProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ModelDataSource" (ModelDataSourceProperty -> (Key, Value))
-> Maybe ModelDataSourceProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ModelDataSourceProperty
modelDataSource,
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
"ModelDataUrl" (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)
modelDataUrl,
Key -> ModelInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ModelInput" (ModelInputProperty -> (Key, Value))
-> Maybe ModelInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ModelInputProperty
modelInput,
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
"NearestModelName" (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)
nearestModelName]))}
instance JSON.ToJSON ModelPackageContainerDefinitionProperty where
toJSON :: ModelPackageContainerDefinitionProperty -> Value
toJSON ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: 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
"Image" 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
image]
([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
"ContainerHostname" (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)
containerHostname,
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
"Framework" (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)
framework,
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
"FrameworkVersion" (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)
frameworkVersion,
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
"ImageDigest" (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)
imageDigest,
Key -> ModelDataSourceProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ModelDataSource" (ModelDataSourceProperty -> (Key, Value))
-> Maybe ModelDataSourceProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ModelDataSourceProperty
modelDataSource,
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
"ModelDataUrl" (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)
modelDataUrl,
Key -> ModelInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ModelInput" (ModelInputProperty -> (Key, Value))
-> Maybe ModelInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ModelInputProperty
modelInput,
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
"NearestModelName" (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)
nearestModelName])))
instance Property "ContainerHostname" ModelPackageContainerDefinitionProperty where
type PropertyType "ContainerHostname" ModelPackageContainerDefinitionProperty = Value Prelude.Text
set :: PropertyType
"ContainerHostname" ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
set PropertyType
"ContainerHostname" ModelPackageContainerDefinitionProperty
newValue ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ModelPackageContainerDefinitionProperty
{containerHostname :: Maybe (Value Text)
containerHostname = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ContainerHostname" ModelPackageContainerDefinitionProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ()
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
haddock_workaround_ :: ()
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
instance Property "Environment" ModelPackageContainerDefinitionProperty where
type PropertyType "Environment" ModelPackageContainerDefinitionProperty = Prelude.Map Prelude.Text (Value Prelude.Text)
set :: PropertyType "Environment" ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
set PropertyType "Environment" ModelPackageContainerDefinitionProperty
newValue ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ModelPackageContainerDefinitionProperty
{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" ModelPackageContainerDefinitionProperty
newValue, Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
instance Property "Framework" ModelPackageContainerDefinitionProperty where
type PropertyType "Framework" ModelPackageContainerDefinitionProperty = Value Prelude.Text
set :: PropertyType "Framework" ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
set PropertyType "Framework" ModelPackageContainerDefinitionProperty
newValue ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ModelPackageContainerDefinitionProperty
{framework :: Maybe (Value Text)
framework = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Framework" ModelPackageContainerDefinitionProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
instance Property "FrameworkVersion" ModelPackageContainerDefinitionProperty where
type PropertyType "FrameworkVersion" ModelPackageContainerDefinitionProperty = Value Prelude.Text
set :: PropertyType
"FrameworkVersion" ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
set PropertyType
"FrameworkVersion" ModelPackageContainerDefinitionProperty
newValue ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ModelPackageContainerDefinitionProperty
{frameworkVersion :: Maybe (Value Text)
frameworkVersion = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"FrameworkVersion" ModelPackageContainerDefinitionProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
instance Property "Image" ModelPackageContainerDefinitionProperty where
type PropertyType "Image" ModelPackageContainerDefinitionProperty = Value Prelude.Text
set :: PropertyType "Image" ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
set PropertyType "Image" ModelPackageContainerDefinitionProperty
newValue ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ModelPackageContainerDefinitionProperty {image :: Value Text
image = PropertyType "Image" ModelPackageContainerDefinitionProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
instance Property "ImageDigest" ModelPackageContainerDefinitionProperty where
type PropertyType "ImageDigest" ModelPackageContainerDefinitionProperty = Value Prelude.Text
set :: PropertyType "ImageDigest" ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
set PropertyType "ImageDigest" ModelPackageContainerDefinitionProperty
newValue ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ModelPackageContainerDefinitionProperty
{imageDigest :: Maybe (Value Text)
imageDigest = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ImageDigest" ModelPackageContainerDefinitionProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
instance Property "ModelDataSource" ModelPackageContainerDefinitionProperty where
type PropertyType "ModelDataSource" ModelPackageContainerDefinitionProperty = ModelDataSourceProperty
set :: PropertyType
"ModelDataSource" ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
set PropertyType
"ModelDataSource" ModelPackageContainerDefinitionProperty
newValue ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ModelPackageContainerDefinitionProperty
{modelDataSource :: Maybe ModelDataSourceProperty
modelDataSource = ModelDataSourceProperty -> Maybe ModelDataSourceProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ModelDataSource" ModelPackageContainerDefinitionProperty
ModelDataSourceProperty
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
()
Value Text
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
instance Property "ModelDataUrl" ModelPackageContainerDefinitionProperty where
type PropertyType "ModelDataUrl" ModelPackageContainerDefinitionProperty = Value Prelude.Text
set :: PropertyType "ModelDataUrl" ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
set PropertyType "ModelDataUrl" ModelPackageContainerDefinitionProperty
newValue ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ModelPackageContainerDefinitionProperty
{modelDataUrl :: Maybe (Value Text)
modelDataUrl = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ModelDataUrl" ModelPackageContainerDefinitionProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
instance Property "ModelInput" ModelPackageContainerDefinitionProperty where
type PropertyType "ModelInput" ModelPackageContainerDefinitionProperty = ModelInputProperty
set :: PropertyType "ModelInput" ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
set PropertyType "ModelInput" ModelPackageContainerDefinitionProperty
newValue ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ModelPackageContainerDefinitionProperty
{modelInput :: Maybe ModelInputProperty
modelInput = ModelInputProperty -> Maybe ModelInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ModelInput" ModelPackageContainerDefinitionProperty
ModelInputProperty
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
nearestModelName :: Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
nearestModelName :: Maybe (Value Text)
..}
instance Property "NearestModelName" ModelPackageContainerDefinitionProperty where
type PropertyType "NearestModelName" ModelPackageContainerDefinitionProperty = Value Prelude.Text
set :: PropertyType
"NearestModelName" ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
-> ModelPackageContainerDefinitionProperty
set PropertyType
"NearestModelName" ModelPackageContainerDefinitionProperty
newValue ModelPackageContainerDefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ModelPackageContainerDefinitionProperty -> ()
containerHostname :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
environment :: ModelPackageContainerDefinitionProperty
-> Maybe (Map Text (Value Text))
framework :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
frameworkVersion :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
image :: ModelPackageContainerDefinitionProperty -> Value Text
imageDigest :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelDataSource :: ModelPackageContainerDefinitionProperty
-> Maybe ModelDataSourceProperty
modelDataUrl :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
modelInput :: ModelPackageContainerDefinitionProperty -> Maybe ModelInputProperty
nearestModelName :: ModelPackageContainerDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
nearestModelName :: Maybe (Value Text)
..}
= ModelPackageContainerDefinitionProperty
{nearestModelName :: Maybe (Value Text)
nearestModelName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"NearestModelName" ModelPackageContainerDefinitionProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ModelInputProperty
Maybe ModelDataSourceProperty
()
Value Text
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
haddock_workaround_ :: ()
containerHostname :: Maybe (Value Text)
environment :: Maybe (Map Text (Value Text))
framework :: Maybe (Value Text)
frameworkVersion :: Maybe (Value Text)
image :: Value Text
imageDigest :: Maybe (Value Text)
modelDataSource :: Maybe ModelDataSourceProperty
modelDataUrl :: Maybe (Value Text)
modelInput :: Maybe ModelInputProperty
..}