class Aws::SageMaker::Types::MonitoringAppSpecification
Container image configuration object for the monitoring job.
@note When making an API call, you may pass MonitoringAppSpecification
data as a hash: { image_uri: "ImageUri", # required container_entrypoint: ["ContainerEntrypointString"], container_arguments: ["ContainerArgument"], record_preprocessor_source_uri: "S3Uri", post_analytics_processor_source_uri: "S3Uri", }
@!attribute [rw] image_uri
The container image to be run by the monitoring job. @return [String]
@!attribute [rw] container_entrypoint
Specifies the entrypoint for a container used to run the monitoring job. @return [Array<String>]
@!attribute [rw] container_arguments
An array of arguments for the container used to run the monitoring job. @return [Array<String>]
@!attribute [rw] record_preprocessor_source_uri
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. @return [String]
@!attribute [rw] post_analytics_processor_source_uri
An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringAppSpecification AWS API Documentation
Constants
- SENSITIVE