class Aws::SageMaker::Types::MonitoringOutputConfig
The output configuration for monitoring jobs.
@note When making an API call, you may pass MonitoringOutputConfig
data as a hash: { monitoring_outputs: [ # required { s3_output: { # required s3_uri: "MonitoringS3Uri", # required local_path: "ProcessingLocalPath", # required s3_upload_mode: "Continuous", # accepts Continuous, EndOfJob }, }, ], kms_key_id: "KmsKeyId", }
@!attribute [rw] monitoring_outputs
Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded. @return [Array<Types::MonitoringOutput>]
@!attribute [rw] kms_key_id
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringOutputConfig AWS API Documentation
Constants
- SENSITIVE