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

Class: Aws::SageMaker::Types::MonitoringOutput

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

Overview

Note:

When passing MonitoringOutput as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_output: { # required
    s3_uri: "MonitoringS3Uri", # required
    local_path: "ProcessingLocalPath", # required
    s3_upload_mode: "Continuous", # accepts Continuous, EndOfJob
  },
}

The output object for a monitoring job.

Instance Attribute Summary collapse

Instance Attribute Details

#s3_outputTypes::MonitoringS3Output

The Amazon S3 storage location where the results of a monitoring job are saved.

Returns: