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

Class: Aws::SageMaker::Types::MonitoringBaselineConfig

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

Overview

Note:

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

{
  constraints_resource: {
    s3_uri: "S3Uri",
  },
  statistics_resource: {
    s3_uri: "S3Uri",
  },
}

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#constraints_resourceTypes::MonitoringConstraintsResource

The baseline constraint file in Amazon S3 that the current monitoring job should validated against.

Returns:

#statistics_resourceTypes::MonitoringStatisticsResource

The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.

Returns: