| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SageMaker.ModelExplainabilityJobDefinition.MonitoringOutputConfigProperty
Documentation
data MonitoringOutputProperty Source #
Constructors
| MonitoringOutputProperty | |
Fields
| |
Instances
data S3OutputProperty Source #
Constructors
| S3OutputProperty | |
Instances
| ToJSON S3OutputProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelExplainabilityJobDefinition.S3OutputProperty Methods toJSON :: S3OutputProperty -> Value # toEncoding :: S3OutputProperty -> Encoding # toJSONList :: [S3OutputProperty] -> Value # toEncodingList :: [S3OutputProperty] -> Encoding # omitField :: S3OutputProperty -> Bool # | |||||
| Show S3OutputProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelExplainabilityJobDefinition.S3OutputProperty Methods showsPrec :: Int -> S3OutputProperty -> ShowS # show :: S3OutputProperty -> String # showList :: [S3OutputProperty] -> ShowS # | |||||
| Eq S3OutputProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelExplainabilityJobDefinition.S3OutputProperty Methods (==) :: S3OutputProperty -> S3OutputProperty -> Bool # (/=) :: S3OutputProperty -> S3OutputProperty -> Bool # | |||||
| ToResourceProperties S3OutputProperty Source # | |||||
| Property "LocalPath" S3OutputProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelExplainabilityJobDefinition.S3OutputProperty Associated Types
Methods set :: PropertyType "LocalPath" S3OutputProperty -> S3OutputProperty -> S3OutputProperty # | |||||
| Property "S3UploadMode" S3OutputProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelExplainabilityJobDefinition.S3OutputProperty Associated Types
Methods set :: PropertyType "S3UploadMode" S3OutputProperty -> S3OutputProperty -> S3OutputProperty # | |||||
| Property "S3Uri" S3OutputProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelExplainabilityJobDefinition.S3OutputProperty Associated Types
Methods set :: PropertyType "S3Uri" S3OutputProperty -> S3OutputProperty -> S3OutputProperty # | |||||
| type PropertyType "LocalPath" S3OutputProperty Source # | |||||
| type PropertyType "S3UploadMode" S3OutputProperty Source # | |||||
| type PropertyType "S3Uri" S3OutputProperty Source # | |||||
mkS3OutputProperty :: Value Text -> Value Text -> S3OutputProperty Source #
data MonitoringOutputConfigProperty Source #
Constructors
| MonitoringOutputConfigProperty | |
Fields
| |
Instances
| ToJSON MonitoringOutputConfigProperty Source # | |||||
| Show MonitoringOutputConfigProperty Source # | |||||
| Eq MonitoringOutputConfigProperty Source # | |||||
| ToResourceProperties MonitoringOutputConfigProperty Source # | |||||
| Property "KmsKeyId" MonitoringOutputConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelExplainabilityJobDefinition.MonitoringOutputConfigProperty Associated Types
Methods set :: PropertyType "KmsKeyId" MonitoringOutputConfigProperty -> MonitoringOutputConfigProperty -> MonitoringOutputConfigProperty # | |||||
| Property "MonitoringOutputs" MonitoringOutputConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelExplainabilityJobDefinition.MonitoringOutputConfigProperty Associated Types
Methods set :: PropertyType "MonitoringOutputs" MonitoringOutputConfigProperty -> MonitoringOutputConfigProperty -> MonitoringOutputConfigProperty # | |||||
| type PropertyType "KmsKeyId" MonitoringOutputConfigProperty Source # | |||||
| type PropertyType "MonitoringOutputs" MonitoringOutputConfigProperty Source # | |||||