You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::MonitoringOutputConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MonitoringOutputConfig as input to an Aws::Client method, you can use a vanilla 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",
}

The output configuration for monitoring jobs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

Returns:

  • (String)

    The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

#monitoring_outputsArray<Types::MonitoringOutput>

Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.

Returns: