| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SageMaker.FeatureGroup
Documentation
data TtlDurationProperty Source #
Constructors
| TtlDurationProperty | |
Instances
data OnlineStoreConfigProperty Source #
Constructors
| OnlineStoreConfigProperty | |
Fields | |
Instances
| ToJSON OnlineStoreConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty Methods toJSON :: OnlineStoreConfigProperty -> Value # toEncoding :: OnlineStoreConfigProperty -> Encoding # toJSONList :: [OnlineStoreConfigProperty] -> Value # | |||||
| Show OnlineStoreConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty Methods showsPrec :: Int -> OnlineStoreConfigProperty -> ShowS # show :: OnlineStoreConfigProperty -> String # showList :: [OnlineStoreConfigProperty] -> ShowS # | |||||
| Eq OnlineStoreConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty Methods (==) :: OnlineStoreConfigProperty -> OnlineStoreConfigProperty -> Bool # (/=) :: OnlineStoreConfigProperty -> OnlineStoreConfigProperty -> Bool # | |||||
| ToResourceProperties OnlineStoreConfigProperty Source # | |||||
| Property "EnableOnlineStore" OnlineStoreConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty Associated Types
Methods set :: PropertyType "EnableOnlineStore" OnlineStoreConfigProperty -> OnlineStoreConfigProperty -> OnlineStoreConfigProperty # | |||||
| Property "SecurityConfig" OnlineStoreConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty Associated Types
Methods set :: PropertyType "SecurityConfig" OnlineStoreConfigProperty -> OnlineStoreConfigProperty -> OnlineStoreConfigProperty # | |||||
| Property "StorageType" OnlineStoreConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty Associated Types
Methods set :: PropertyType "StorageType" OnlineStoreConfigProperty -> OnlineStoreConfigProperty -> OnlineStoreConfigProperty # | |||||
| Property "TtlDuration" OnlineStoreConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty Associated Types
Methods set :: PropertyType "TtlDuration" OnlineStoreConfigProperty -> OnlineStoreConfigProperty -> OnlineStoreConfigProperty # | |||||
| type PropertyType "EnableOnlineStore" OnlineStoreConfigProperty Source # | |||||
| type PropertyType "SecurityConfig" OnlineStoreConfigProperty Source # | |||||
| type PropertyType "StorageType" OnlineStoreConfigProperty Source # | |||||
| type PropertyType "TtlDuration" OnlineStoreConfigProperty Source # | |||||
data OnlineStoreSecurityConfigProperty Source #
Constructors
| OnlineStoreSecurityConfigProperty | |
Instances
| ToJSON OnlineStoreSecurityConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreSecurityConfigProperty | |||||
| Show OnlineStoreSecurityConfigProperty Source # | |||||
| Eq OnlineStoreSecurityConfigProperty Source # | |||||
| ToResourceProperties OnlineStoreSecurityConfigProperty Source # | |||||
| Property "KmsKeyId" OnlineStoreSecurityConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreSecurityConfigProperty Associated Types
Methods set :: PropertyType "KmsKeyId" OnlineStoreSecurityConfigProperty -> OnlineStoreSecurityConfigProperty -> OnlineStoreSecurityConfigProperty # | |||||
| type PropertyType "KmsKeyId" OnlineStoreSecurityConfigProperty Source # | |||||
data FeatureGroup Source #
Constructors
| FeatureGroup | |
Fields
| |
Instances
| ToJSON FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Methods toJSON :: FeatureGroup -> Value # toEncoding :: FeatureGroup -> Encoding # toJSONList :: [FeatureGroup] -> Value # toEncodingList :: [FeatureGroup] -> Encoding # omitField :: FeatureGroup -> Bool # | |||||
| Show FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Methods showsPrec :: Int -> FeatureGroup -> ShowS # show :: FeatureGroup -> String # showList :: [FeatureGroup] -> ShowS # | |||||
| Eq FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
| ToResourceProperties FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Methods toResourceProperties :: FeatureGroup -> ResourceProperties # | |||||
| Property "Description" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Associated Types
Methods set :: PropertyType "Description" FeatureGroup -> FeatureGroup -> FeatureGroup # | |||||
| Property "EventTimeFeatureName" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Associated Types
Methods set :: PropertyType "EventTimeFeatureName" FeatureGroup -> FeatureGroup -> FeatureGroup # | |||||
| Property "FeatureDefinitions" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Associated Types
Methods set :: PropertyType "FeatureDefinitions" FeatureGroup -> FeatureGroup -> FeatureGroup # | |||||
| Property "FeatureGroupName" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Associated Types
Methods set :: PropertyType "FeatureGroupName" FeatureGroup -> FeatureGroup -> FeatureGroup # | |||||
| Property "OfflineStoreConfig" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Associated Types
Methods set :: PropertyType "OfflineStoreConfig" FeatureGroup -> FeatureGroup -> FeatureGroup # | |||||
| Property "OnlineStoreConfig" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Associated Types
Methods set :: PropertyType "OnlineStoreConfig" FeatureGroup -> FeatureGroup -> FeatureGroup # | |||||
| Property "RecordIdentifierFeatureName" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Associated Types
Methods set :: PropertyType "RecordIdentifierFeatureName" FeatureGroup -> FeatureGroup -> FeatureGroup # | |||||
| Property "RoleArn" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Associated Types
Methods set :: PropertyType "RoleArn" FeatureGroup -> FeatureGroup -> FeatureGroup # | |||||
| Property "Tags" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Associated Types
Methods set :: PropertyType "Tags" FeatureGroup -> FeatureGroup -> FeatureGroup # | |||||
| Property "ThroughputConfig" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup Associated Types
Methods set :: PropertyType "ThroughputConfig" FeatureGroup -> FeatureGroup -> FeatureGroup # | |||||
| type PropertyType "Description" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
| type PropertyType "EventTimeFeatureName" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
| type PropertyType "FeatureDefinitions" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
| type PropertyType "FeatureGroupName" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
| type PropertyType "OfflineStoreConfig" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
| type PropertyType "OnlineStoreConfig" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
| type PropertyType "RecordIdentifierFeatureName" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
| type PropertyType "RoleArn" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
| type PropertyType "Tags" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
| type PropertyType "ThroughputConfig" FeatureGroup Source # | |||||
Defined in Stratosphere.SageMaker.FeatureGroup | |||||
mkFeatureGroup :: Value Text -> [FeatureDefinitionProperty] -> Value Text -> Value Text -> FeatureGroup Source #