stratosphere-sagemaker-1.0.0: Stratosphere integration for AWS SageMaker.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.SageMaker.FeatureGroup

Documentation

data TtlDurationProperty Source #

Instances

Instances details
ToJSON TtlDurationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.TtlDurationProperty

Show TtlDurationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.TtlDurationProperty

Eq TtlDurationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.TtlDurationProperty

ToResourceProperties TtlDurationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.TtlDurationProperty

Property "Unit" TtlDurationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.TtlDurationProperty

Property "Value" TtlDurationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.TtlDurationProperty

type PropertyType "Unit" TtlDurationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.TtlDurationProperty

type PropertyType "Value" TtlDurationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.TtlDurationProperty

data OnlineStoreConfigProperty Source #

Instances

Instances details
ToJSON OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

Show OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

Eq OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

ToResourceProperties OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

Property "EnableOnlineStore" OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

Associated Types

type PropertyType "EnableOnlineStore" OnlineStoreConfigProperty 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

Property "SecurityConfig" OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

Property "StorageType" OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

Property "TtlDuration" OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

type PropertyType "EnableOnlineStore" OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

type PropertyType "SecurityConfig" OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

type PropertyType "StorageType" OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

type PropertyType "TtlDuration" OnlineStoreConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty

data OnlineStoreSecurityConfigProperty Source #

Instances

Instances details
ToJSON OnlineStoreSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreSecurityConfigProperty

Show OnlineStoreSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreSecurityConfigProperty

Eq OnlineStoreSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreSecurityConfigProperty

ToResourceProperties OnlineStoreSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreSecurityConfigProperty

Property "KmsKeyId" OnlineStoreSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreSecurityConfigProperty

type PropertyType "KmsKeyId" OnlineStoreSecurityConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup.OnlineStoreSecurityConfigProperty

data FeatureGroup Source #

Constructors

FeatureGroup

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-featuregroup.html

Fields

Instances

Instances details
ToJSON FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Show FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Eq FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

ToResourceProperties FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Property "Description" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Associated Types

type PropertyType "Description" FeatureGroup 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "Description" FeatureGroup = Value Text

Methods

set :: PropertyType "Description" FeatureGroup -> FeatureGroup -> FeatureGroup #

Property "EventTimeFeatureName" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Associated Types

type PropertyType "EventTimeFeatureName" FeatureGroup 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "EventTimeFeatureName" FeatureGroup = Value Text

Methods

set :: PropertyType "EventTimeFeatureName" FeatureGroup -> FeatureGroup -> FeatureGroup #

Property "FeatureDefinitions" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Associated Types

type PropertyType "FeatureDefinitions" FeatureGroup 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Methods

set :: PropertyType "FeatureDefinitions" FeatureGroup -> FeatureGroup -> FeatureGroup #

Property "FeatureGroupName" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Associated Types

type PropertyType "FeatureGroupName" FeatureGroup 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "FeatureGroupName" FeatureGroup = Value Text

Methods

set :: PropertyType "FeatureGroupName" FeatureGroup -> FeatureGroup -> FeatureGroup #

Property "OfflineStoreConfig" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Associated Types

type PropertyType "OfflineStoreConfig" FeatureGroup 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Methods

set :: PropertyType "OfflineStoreConfig" FeatureGroup -> FeatureGroup -> FeatureGroup #

Property "OnlineStoreConfig" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Associated Types

type PropertyType "OnlineStoreConfig" FeatureGroup 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Methods

set :: PropertyType "OnlineStoreConfig" FeatureGroup -> FeatureGroup -> FeatureGroup #

Property "RecordIdentifierFeatureName" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Associated Types

type PropertyType "RecordIdentifierFeatureName" FeatureGroup 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "RecordIdentifierFeatureName" FeatureGroup = Value Text

Methods

set :: PropertyType "RecordIdentifierFeatureName" FeatureGroup -> FeatureGroup -> FeatureGroup #

Property "RoleArn" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Associated Types

type PropertyType "RoleArn" FeatureGroup 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Property "Tags" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Associated Types

type PropertyType "Tags" FeatureGroup 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "Tags" FeatureGroup = [Tag]
Property "ThroughputConfig" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Associated Types

type PropertyType "ThroughputConfig" FeatureGroup 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

Methods

set :: PropertyType "ThroughputConfig" FeatureGroup -> FeatureGroup -> FeatureGroup #

type PropertyType "Description" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "Description" FeatureGroup = Value Text
type PropertyType "EventTimeFeatureName" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "EventTimeFeatureName" FeatureGroup = Value Text
type PropertyType "FeatureDefinitions" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "FeatureGroupName" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "FeatureGroupName" FeatureGroup = Value Text
type PropertyType "OfflineStoreConfig" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "OnlineStoreConfig" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "RecordIdentifierFeatureName" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "RecordIdentifierFeatureName" FeatureGroup = Value Text
type PropertyType "RoleArn" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "Tags" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup

type PropertyType "Tags" FeatureGroup = [Tag]
type PropertyType "ThroughputConfig" FeatureGroup Source # 
Instance details

Defined in Stratosphere.SageMaker.FeatureGroup