| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.MonitoringAppSpecification
Description
Synopsis
- data MonitoringAppSpecification = MonitoringAppSpecification' {}
 - newMonitoringAppSpecification :: Text -> MonitoringAppSpecification
 - monitoringAppSpecification_containerArguments :: Lens' MonitoringAppSpecification (Maybe (NonEmpty Text))
 - monitoringAppSpecification_containerEntrypoint :: Lens' MonitoringAppSpecification (Maybe (NonEmpty Text))
 - monitoringAppSpecification_postAnalyticsProcessorSourceUri :: Lens' MonitoringAppSpecification (Maybe Text)
 - monitoringAppSpecification_recordPreprocessorSourceUri :: Lens' MonitoringAppSpecification (Maybe Text)
 - monitoringAppSpecification_imageUri :: Lens' MonitoringAppSpecification Text
 
Documentation
data MonitoringAppSpecification Source #
Container image configuration object for the monitoring job.
See: newMonitoringAppSpecification smart constructor.
Constructors
| MonitoringAppSpecification' | |
Fields 
  | |
Instances
newMonitoringAppSpecification Source #
Create a value of MonitoringAppSpecification with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerArguments:MonitoringAppSpecification', monitoringAppSpecification_containerArguments - An array of arguments for the container used to run the monitoring job.
$sel:containerEntrypoint:MonitoringAppSpecification', monitoringAppSpecification_containerEntrypoint - Specifies the entrypoint for a container used to run the monitoring job.
$sel:postAnalyticsProcessorSourceUri:MonitoringAppSpecification', monitoringAppSpecification_postAnalyticsProcessorSourceUri - An Amazon S3 URI to a script that is called after analysis has been
 performed. Applicable only for the built-in (first party) containers.
$sel:recordPreprocessorSourceUri:MonitoringAppSpecification', monitoringAppSpecification_recordPreprocessorSourceUri - An Amazon S3 URI to a script that is called per row prior to running
 analysis. It can base64 decode the payload and convert it into a flatted
 json so that the built-in container can use the converted data.
 Applicable only for the built-in (first party) containers.
$sel:imageUri:MonitoringAppSpecification', monitoringAppSpecification_imageUri - The container image to be run by the monitoring job.
monitoringAppSpecification_containerArguments :: Lens' MonitoringAppSpecification (Maybe (NonEmpty Text)) Source #
An array of arguments for the container used to run the monitoring job.
monitoringAppSpecification_containerEntrypoint :: Lens' MonitoringAppSpecification (Maybe (NonEmpty Text)) Source #
Specifies the entrypoint for a container used to run the monitoring job.
monitoringAppSpecification_postAnalyticsProcessorSourceUri :: Lens' MonitoringAppSpecification (Maybe Text) Source #
An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.
monitoringAppSpecification_recordPreprocessorSourceUri :: Lens' MonitoringAppSpecification (Maybe Text) Source #
An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
monitoringAppSpecification_imageUri :: Lens' MonitoringAppSpecification Text Source #
The container image to be run by the monitoring job.