| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SageMaker.ProcessingJob.ProcessingOutputConfigProperty
Documentation
data S3OutputProperty Source #
Constructors
| S3OutputProperty | |
Instances
data FeatureStoreOutputProperty Source #
Constructors
| FeatureStoreOutputProperty | |
Instances
| ToJSON FeatureStoreOutputProperty Source # | |||||
| Show FeatureStoreOutputProperty Source # | |||||
Defined in Stratosphere.SageMaker.ProcessingJob.FeatureStoreOutputProperty Methods showsPrec :: Int -> FeatureStoreOutputProperty -> ShowS # show :: FeatureStoreOutputProperty -> String # showList :: [FeatureStoreOutputProperty] -> ShowS # | |||||
| Eq FeatureStoreOutputProperty Source # | |||||
| ToResourceProperties FeatureStoreOutputProperty Source # | |||||
| Property "FeatureGroupName" FeatureStoreOutputProperty Source # | |||||
Defined in Stratosphere.SageMaker.ProcessingJob.FeatureStoreOutputProperty Associated Types
Methods set :: PropertyType "FeatureGroupName" FeatureStoreOutputProperty -> FeatureStoreOutputProperty -> FeatureStoreOutputProperty # | |||||
| type PropertyType "FeatureGroupName" FeatureStoreOutputProperty Source # | |||||
data ProcessingOutputsObjectProperty Source #
Constructors
| ProcessingOutputsObjectProperty | |
Fields | |
Instances
| ToJSON ProcessingOutputsObjectProperty Source # | |||||
| Show ProcessingOutputsObjectProperty Source # | |||||
Defined in Stratosphere.SageMaker.ProcessingJob.ProcessingOutputsObjectProperty Methods showsPrec :: Int -> ProcessingOutputsObjectProperty -> ShowS # | |||||
| Eq ProcessingOutputsObjectProperty Source # | |||||
| ToResourceProperties ProcessingOutputsObjectProperty Source # | |||||
| Property "AppManaged" ProcessingOutputsObjectProperty Source # | |||||
Defined in Stratosphere.SageMaker.ProcessingJob.ProcessingOutputsObjectProperty Associated Types
Methods set :: PropertyType "AppManaged" ProcessingOutputsObjectProperty -> ProcessingOutputsObjectProperty -> ProcessingOutputsObjectProperty # | |||||
| Property "FeatureStoreOutput" ProcessingOutputsObjectProperty Source # | |||||
Defined in Stratosphere.SageMaker.ProcessingJob.ProcessingOutputsObjectProperty Associated Types
Methods set :: PropertyType "FeatureStoreOutput" ProcessingOutputsObjectProperty -> ProcessingOutputsObjectProperty -> ProcessingOutputsObjectProperty # | |||||
| Property "OutputName" ProcessingOutputsObjectProperty Source # | |||||
Defined in Stratosphere.SageMaker.ProcessingJob.ProcessingOutputsObjectProperty Associated Types
Methods set :: PropertyType "OutputName" ProcessingOutputsObjectProperty -> ProcessingOutputsObjectProperty -> ProcessingOutputsObjectProperty # | |||||
| Property "S3Output" ProcessingOutputsObjectProperty Source # | |||||
Defined in Stratosphere.SageMaker.ProcessingJob.ProcessingOutputsObjectProperty Associated Types
Methods set :: PropertyType "S3Output" ProcessingOutputsObjectProperty -> ProcessingOutputsObjectProperty -> ProcessingOutputsObjectProperty # | |||||
| type PropertyType "AppManaged" ProcessingOutputsObjectProperty Source # | |||||
| type PropertyType "FeatureStoreOutput" ProcessingOutputsObjectProperty Source # | |||||
| type PropertyType "OutputName" ProcessingOutputsObjectProperty Source # | |||||
| type PropertyType "S3Output" ProcessingOutputsObjectProperty Source # | |||||
mkS3OutputProperty :: Value Text -> Value Text -> S3OutputProperty Source #
data ProcessingOutputConfigProperty Source #
Constructors
| ProcessingOutputConfigProperty | |
Fields
| |
Instances
| ToJSON ProcessingOutputConfigProperty Source # | |||||
| Show ProcessingOutputConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.ProcessingJob.ProcessingOutputConfigProperty Methods showsPrec :: Int -> ProcessingOutputConfigProperty -> ShowS # show :: ProcessingOutputConfigProperty -> String # showList :: [ProcessingOutputConfigProperty] -> ShowS # | |||||
| Eq ProcessingOutputConfigProperty Source # | |||||
| ToResourceProperties ProcessingOutputConfigProperty Source # | |||||
| Property "KmsKeyId" ProcessingOutputConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.ProcessingJob.ProcessingOutputConfigProperty Associated Types
Methods set :: PropertyType "KmsKeyId" ProcessingOutputConfigProperty -> ProcessingOutputConfigProperty -> ProcessingOutputConfigProperty # | |||||
| Property "Outputs" ProcessingOutputConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.ProcessingJob.ProcessingOutputConfigProperty Associated Types
Methods set :: PropertyType "Outputs" ProcessingOutputConfigProperty -> ProcessingOutputConfigProperty -> ProcessingOutputConfigProperty # | |||||
| type PropertyType "KmsKeyId" ProcessingOutputConfigProperty Source # | |||||
| type PropertyType "Outputs" ProcessingOutputConfigProperty Source # | |||||